hypercube

ECS game engine on C#, created with OpenGL (OpenTK) & GLFW

MIT License

Stars
7

About

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

Building

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\

License

All code for the repository is licensed under MIT.

Badges
Extracted from project README
C# .Net OpenGL Badge License: MIT
Related Projects