jonwright / pyopengltk

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

Add __version__ string #13

Closed ThenTech closed 3 years ago

ThenTech commented 3 years ago

I am currently in the process of integrating this library as a Tkinter backend for VisPy.

It would be beneficial to know the version number so it can be used in tests and to check compatibility, hence this pull request to add the __version__ string.

(My pull request into VisPy for reference)

jonwright commented 3 years ago

One thought - do need a release including this file and bumping it to 0.0.4 ?

ThenTech commented 3 years ago

One thought - do need a release including this file and bumping it to 0.0.4 ?

If you could do that to include this change in the PyPi version, that would be great.

On a side note, are you going to further develop and support this? (For example OSX/Darwin support (not that I need that, but in general)

jonwright commented 3 years ago

OK - I will try to do a release soon. Pull requests are very welcome !

Right now I am not planning more changes unless bugs come up. Mostly I use it to run legacy code via X11 or remote desktop. I would be happy to have it running on OSX if someone buys me a mac or can send me a pull request.

ThenTech commented 3 years ago

Right now I am not planning more changes unless bugs come up. Mostly I use it to run legacy code via X11 or remote desktop. I would be happy to have it running on OSX if someone buys me a mac or can send me a pull request.

I don't need OSX support, but if someone does in the future, they'll have to test it themselves.

Your aggregation of different parts in pyopengltk is great though, it wouldn't have been possible to render OpenGL based visualisations with VisPy within a Tkinter frame otherwise.