Skip to content

bdero/python-gl-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Python OpenGL Experiments

These experiments interface with SDL using pygame-sdl2.

Dependencies

ArchLinux installation:

pacman -S sdl sdl_image python3

Debian installation:

apt-get install libsdl-image1.2 python

Setup

git clone https://github.com/bdero/python-sdl-experiments.git
cd python-sdl-experiments

virtualenv -p python3 venv/
source venv/bin/activate

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors