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
- Host: GitHub
- URL: https://github.com/davidjcottrell/arnoldsandbox
- Owner: DavidJCottrell
- Created: 2024-09-14T16:49:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:16:52.000Z (4 months ago)
- Last Synced: 2025-02-08T12:46:17.119Z (3 months ago)
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .`