FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
232 stars 36 forks source link

Thank you! #27

Closed einarf closed 5 years ago

einarf commented 5 years ago

Thank for creating this library. 😄

We're using it now in:

pyGLFW seems to perform quite well compated to PyQt5, so it's important to have alternatives.

FlorianRhiem commented 5 years ago

Thank you! I can take little credit for the performance, as this is just a wrapper around the awesome glfw doing the heavy lifting, but I'm glad that it's been useful to you! :)

einarf commented 5 years ago

I know 😄 I have used GLFW in C/C++ extensively in the past. It's just nice when there is a wrapper ready for it with an active repo owner. pyGLFW was probably one of the easier ones to use because it's so close to the C API and everything translates well in docs.