Python OpenGL

{"date" : 2019-12-27, "tags" : ["python","rendering",]}

An incredibly cursed python project to render 3D graphics through a TKinter frame.

Results

Instanced rendering allowed for each mesh to be drawn in multiple positions with minimal performance impact. This was very important, because draw calls from python were not the most efficient.

Core