https://github.com/ark2000/sleeping-puppy
https://github.com/ark2000/sleeping-puppy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ark2000/sleeping-puppy
- Owner: Ark2000
- Created: 2020-01-23T06:03:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T12:16:37.000Z (over 6 years ago)
- Last Synced: 2025-02-13T23:35:36.403Z (over 1 year ago)
- Language: C++
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

- in folder `obj`, build
- in folder `example`, build, done