Skip to content

pejorativefox/sdl2-boosted-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdl2-boosted-python

An example of an SDL2 app as a python module.

Only tested no Ubuntu 14.04

Deps

# sudo apt-get install libsdl2-dev libsdl2-image-dev libboost-all-dev cmake

How

# git clone https://github.com/chris-statzer/sdl2-boosted-python.git
# cd sdl2-boosted-python
# mkdir build
# cd build
# cmake ..
# make
# python test_sdlapp.py

About

An example of an SDL2 app as a python module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published