Skip to content

technologists-team/hypercube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.