Skip to content

Version 0.1 for both RCS and RERL

Choose a tag to compare

@AgentCryo AgentCryo released this 11 Mar 23:31
· 46 commits to master since this release
97ead1e

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.