As this codebase is currently not ready for release, I can't make any guarantees about whether it will build for you. However, the process is pretty straightforward for anyone who wants to try:
- Install Python 3 (if you don't have it already)
- Clone the Delta Studio repository
- Open
project/delta-studio.sln
in Microsoft Visual Studio 2019 - Build the solution
- Run the
delta-basic-demo
project
That should be all! Assuming your computer has OpenGL 4 or DirectX11 support, the game window should open immediately.
You are now ready to begin development!