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

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.

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.