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

https://github.com/bbkane/bens-game


https://github.com/bbkane/bens-game

Last synced: about 1 year ago
JSON representation

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.