Hypercube is a game engine/framework inspired by RobustToolbox, for creating cross-platform desktop games, with a predominant approach in ECS.
Note
Checkout the Documentation
git clone https://github.com/Tornado-Technology/hypercube.git
git submodule update --init --recursive
dotnet restore
dotnet tool restore
dotnet run --configuration=Release --project=.\Hypercube.Example\
All code for the repository is licensed under MIT.