An open API service indexing awesome lists of open source software.

https://github.com/davidjcottrell/arnoldsandbox

A demo game project used to develop ArnoldEngine
https://github.com/davidjcottrell/arnoldsandbox

Last synced: about 2 months ago
JSON representation

A demo game project used to develop ArnoldEngine

Awesome Lists containing this project

README

        

# Arnold Sandbox

## Install and Setup

### Clone the repository and setup dependencies

Clone the repo:

`git clone --recurse-submodules https://github.com/DavidJCottrell/ArnoldSandbox.git`

### Build

Create the build directory:

`mkdir build && cd build`

Build with CMake:

`cmake .. && cmake --build .`