Releases: novelrt/NovelRT
Releases · novelrt/NovelRT
NovelRT v0.1.0
0.1.0 (2022-04-25)
Note: this release does not contain the Interop libraries! Will be re-introduced as part of the binary package in a future release.
Features
- ECS: Added support for serialisation names (d81cbc2)
Bug Fixes
Code Refactoring
- CI: Added macOS targets, added publishing pipeline, and removed build script usage (31a3be2)
NovelRT v0.0.1
Initial pre-release of NovelRT.
NOTE: This is a pre-release version and is subject to breaking changes by next iteration.
What's new:
- Graphics LLAPI (Vulkan)
- Input LLAPI (GLFW)
- Audio LLAPI (OpenAL-Soft)
- ECS Support (including default Audio, Input, and Rendering systems)
What's changed:
- OpenGL support dropped. Includes many namespaces (e.g. Interaction, Animation, etc.)
- Ink/.NET support removed.**
**.NET bindings to be added to a separate repository at a later date. Ink, however, has been fully removed and will not be a part of the engine at this time due to design decisions made by the NovelRT team.