Skip to content

stugrey/PyOpenGLRenderBuffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python OpenGL RenderBuffer example

About

This code is a standalone example of using multiple renderbuffers in Python. In this case a Teapot is rendered 4 times to different viewports then a shader is applied, the output is then sent to a renderbuffer.

The renderbuffers are then rendered to screen aligned quads and another shader (optionally) applied to the whole screen.

Screenshots

screenshot

screenshot

Releases

No releases published

Packages

No packages published

Languages