Yep, your initial code helps me a lot. I mainly refactored it and added some methods to the Bar object. I dropped pyglet handlers since I got problem using them under linux (the dll would not load for some reason).
I put it under BSD license but I was not sure about your code license, is that ok for you ? Nicolas On Jun 23, 5:27 pm, Dunk Fordyce <[email protected]> wrote: > haha! Im the original author of atb-ctypes - nice to see it helped someone! :) > > On Wed, Jun 23, 2010 at 3:07 PM, Nicolas Rougier > > > > <[email protected]> wrote: > > Hi all, > > > I've ported the AntTweakBar C/C++ library to python (using atb-ctypes > > as a starting point). It's available > > athttp://www.loria.fr/~rougier/coding/index.html. > > For those who don't know, AntTweakBar is a "library which is small and > > easy-to-use C/C++ library that allows programmers to quickly add a > > light and intuitive graphical user interface into graphic applications > > based on OpenGL, DirectX 9 or DirectX 10 to interactively tweak their > > parameters on-screen." > > > So far, I've only coded a glut demo examples but it should not be too > > hard to code a pyglet version using code from atb-ctypes (http:// > > code.google.com/p/pyglons/wiki/atbctypes). > > > Nicolas > > > -- > > You received this message because you are subscribed to the Google Groups > > "pyglet-users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/pyglet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
