https://github.com/bbkane/bens-game
https://github.com/bbkane/bens-game
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbkane/bens-game
- Owner: bbkane
- Created: 2015-08-18T14:51:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T03:51:12.000Z (about 9 years ago)
- Last Synced: 2025-03-24T19:49:30.258Z (over 1 year ago)
- Language: C
- Size: 11.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nested_Rectangles
Loads an XML file and renders it with SDL.
## Building on Windows
1. Install CMake 3.1 or above
2. From this folder in Windows Explorer, Shift + Right Click an empty spot and click *Open
Command Window Here*.
3. Enter the following commands:
```
mkdir Build
cd Build
cmake -G "Visual Studio 12" ..
```
# Buiding on Ubuntu
1. Start with the VM in my backup repo
2. `sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev`
# Notes and TODOs
Instead of copying Assets/ to a folder where Visual Studio or make can find it, I'm going to use SDL_GetBasePath()
to do it.