Skip to content

Releases: novelrt/NovelRT

NovelRT v0.1.0

25 Apr 18:05
d81cbc2
Compare
Choose a tag to compare
NovelRT v0.1.0 Pre-release
Pre-release

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

  • CI: Enabled Interop builds and tests (#433) (c0cd932)

Code Refactoring

  • CI: Added macOS targets, added publishing pipeline, and removed build script usage (31a3be2)

NovelRT v0.0.1

25 Apr 17:45
609e507
Compare
Choose a tag to compare
NovelRT v0.0.1 Pre-release
Pre-release

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.