Fusee Versions Save

Fusee aims at becoming a multiplatform 3D realtime engine with a strong emphasis on content transformation and manipulation. Fusee is written mainly in C# and can be programmed in C#. Fusee builds bridges to make your code run in environments that don't support C#, like Content-Creation-Software, C++, Plug-In-APIs and native HTML5/WebGL Javascript code.

v0.13.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.12.0...v0.13.0

v0.12.1

2 years ago
  • Experimental Mac compatibility
  • Android is broken, use 0.12.0 for now.

What's Changed

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.12.0...v0.12.1

v0.12.0

2 years ago

What's Changed

Dependency updates

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.11.2...v0.12.0

v0.11.2

2 years ago

What's Changed

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.11.1...v0.11.2

The Bleander addon (io_export_fus.zip) was reuploaded on 06 Dec 21 with the proper Protobuf version.

v0.11.1

2 years ago

What's Changed

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.11.0...v0.11.1

v0.11.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/FUSEEProjectTeam/Fusee/compare/v0.10.2...v0.11.0

v0.10.2

3 years ago
  • Fixed async asset handler for commandline player

v0.10.1

3 years ago

v0.10.0

3 years ago
  • Async asset handling
  • Fusee.Structures
  • Raycaster
  • OpenTK updated to 4.6.3
  • and a bunch of other fixes

v0.9.1

3 years ago
  • FUSEE and the Blender Exporter are able to export/import Diffuse BSDF and Glossy BSDF Materials from Blender. Note that FUSEE will always use the GGX distribution function in Glossy BSDF shaders for now.
  • The respective methods to create such materials in FUSEE itself can be found in MakeEffect.
  • RC.ClearColor is expected to be in linear color space like the rest of the colors we define in the user code.
  • Introduces new log level Verbose.
  • Implementation warnings changed to log level Verbose
  • Fixed and updated NuGet build script. It now packs the blender plugin directly to zip.
  • Fixed DeltaTime documentation.
  • Suppress OpenTK restore warning in DnTemplate & VSTemplate

Nuget