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

https://github.com/ark2000/sleeping-puppy


https://github.com/ark2000/sleeping-puppy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Sleeping Puppy

Simple wrapper of SDL2, easy to use without knowing SDL2 details.

## Build Instruction

### Windows

### with MinGW

- install `mingw-w64` and add `.../mingw/bin` path to the *System Variables Path*

- download `SDL2`, `SDL2_mixer`, `SDL2_image` and place them in folder `dep` like this.and place all *.dll files(`.../x86_64-w64-mingw32/bin`) in system folder `C:/Windows/System32` (or place them in your program folder)

![img](https://s2.ax1x.com/2020/01/28/1Mn6IA.png)

- in folder `obj`, build

- in folder `example`, build, done