Version 0.1 for both RCS and RERL
Rocket Engine Release — RCS & RERL
This release introduces the first official NuGet packages for the Rocket Engine. Woo Hoo
RocketEngine.RCS v0.1
Entity Component System for Rocket Engine: RCS
RocketEngine.RERL v0.1
Rendering library for Rocket Engine, built on OpenTK: RERL
Installation:
Using the .NET CLI:
dotnet add package RocketEngine.RCS
dotnet add package RocketEngine.RERL
Using NuGet Package Manager:
Install-Package RocketEngine.RCS
Install-Package RocketEngine.RERL
And this includes the NuGet packages as files, if you do not want to install them from online.