docker run -it --rm --name python-opengl -e UID=$(id -u) -e GID=$(id -g) -v /tmp/.X11-unix:/tmp/.X11-unix -v ./notebooks:/opt/notebooks -p 8888:8888 python-opengl:0.0 ...
Notifications You must be signed in to change notification settings This app converts Shadertoy fragment shaders into JUCE/OpenGL-compatible GLSL code, making it easy ...
Is anyone aware of a stable scenegraph, with Pyhon support, in binary format? I know there is pyOSG (OpenSceneGraph), but to get it working under Windows, I have to recompile it and BOOST, and with ...