https://github.com/bbkane/nested_rectangles
Loads a xml file into SDL2.
https://github.com/bbkane/nested_rectangles
Last synced: 8 months ago
JSON representation
Loads a xml file into SDL2.
- Host: GitHub
- URL: https://github.com/bbkane/nested_rectangles
- Owner: bbkane
- Created: 2015-06-26T19:34:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T03:10:24.000Z (over 10 years ago)
- Last Synced: 2025-03-24T19:49:30.432Z (over 1 year ago)
- Language: C
- Size: 21.2 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" ..
```
# 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.