Skip to content

simeks/Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

The code and tools have not been maintained in a while so I would be surprised if it compiles and runs as expected.

Sandbox

Your typical game engine hobby project. Far from something you would actually use but it was a good learning experience. Mostly focused on rendering and asset building. Heavily inspired by the Bitsquid engine (which now goes by the name Stingray).

Prerequisites

Setup

First you need to install the dependencies required to compile the project. These can be found here: https://www.dropbox.com/s/wha3akq0kkqoi6r/External.zip - Extract the External folder to the root of the project.

Visual Studio

With the command-line in the root folder of the project; write 'tundra2 -g msvc120' to generate project files for Visual Studio 2013. You can then open 't2-output/Sandbox.sln' to get started.

The minimal way to get started if you only want to compile the project is to run 'python build.py release'. This will result in a fully built release in the 'Release' folder.

Game Content

To build the game content located in the Content folder you will need to run the Asset Builder. This will compile all assets to their runtime formats. There's tools available for performing this action. Just run 'python build.py build_assets' from the command-line. The newly built assets will be located in Binaries/Content, and they will automatically be loaded when running the engine.

About

Sandbox - Game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages