Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.24 KB
Hypercube

C# .Net OpenGL Badge License: MIT

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.