Python wrappers yet?

KeithCu

12-03-2011 23:04:12

Hi;

Has MyGUI added Python wrappers yet? I found some posts from 2 years ago saying it was quite easy to do now that you support C#, but I don't see it.

I don't know if you remember, but I was one of the people to ask for C#. It plugged in just fine. Thank you for adding them.
http://keithcu.com/wiki/images/0/06/WIP ... gre-13.jpg

However, since then, I've decided to abandon C# and port to Python. Using C# is like "swimming upstream" in FOSS, as the Python libraries in free software are much richer, more reliable, better maintained, etc.

I am sure that others will also use the Python wrappers. Python is already close to being the standard language for FOSS, so making your code easy to use is as important as any other feature you could add.

Here is the code that has been mechanically ported from the C# MyGui over:
https://github.com/KeithCu/PyTorcs/tree/master/sim/graphic/gui

For now we will just not call the code as we get the rest of the simulator running. We can use something from SVN if you want a tester. Note, please build something that is compatible with the requirements of Python-Ogre (Python 2.6).

Thank you for considering this. Keep up the great work!

Warm regards,

-Keith