jonwright / pyopengltk

OpenGL frame for Python/Tkinter via ctypes and pyopengl
MIT License
52 stars 14 forks source link

Viewport and UI #16

Closed ShaunKulesa closed 3 years ago

ShaunKulesa commented 3 years ago

With the library can I have a Tkinter UI and opengl viewport?

jonwright commented 3 years ago

Yes, but only on windows and linux for now. Still needs porting to mac...

ShaunKulesa commented 3 years ago

Ok cool, well done with this library. I've been looking to make a small 2d game engine project and this looks good.

ShaunKulesa commented 3 years ago

Also is there any docs or tutorials for this? i tried adding a button to the example with the green screen but it did not show anywhere.