Skip to content

A playground and testing repo to implement OpenGL 3.3 in a WxPython interface using pyglet as an OpenGL-wrapper.

License

Notifications You must be signed in to change notification settings

neofelis2X/gl3wxpyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gl3wxpyg

A playground and testing repo to implement OpenGL 3.3 in a wxPython interface using pyglet as an OpenGL-wrapper.

Install dependencies [macOS]

cd gl3wxpyg/
git pull
python3 -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

01_Triangle

Currently this repo has only one example. It shows how to create a OpenGL canvas in wxPython and hand it over to pyglet. Simply run: python 01_Triangle.py

Screenshot of 01_Triangle.py OpenGL example.

About

A playground and testing repo to implement OpenGL 3.3 in a WxPython interface using pyglet as an OpenGL-wrapper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published