On Thu, 2004-10-07 at 01:01 -0300, Gustavo Sverzut Barbieri wrote:
> Hello,
>
> Tomorrow I'll have an exam so what I started to play with? Yes, you guess:
> Python and C++ wrappers! :D
Always keep your piorities straight, right :))
> I do not plan to code the C++, just started to play with it while I was
> looking for help with the Python version, they're quite similar, but the
> python version is more complete... If someone have interest in C++
> version, you can follow this code.
I've had a look at both, both look very nice, I also really like the C++
bindings so I might start maintaining that when the API is more stable.
Also since our idea is powerful but simple at the same time, I really
think that these bindings can be of great meaning. So keep up
the good work :)
> The Python version is incomplete also, Color, Palette and Video are
> complete, other are pending. So until now I can't have a simplesdl
> working, but I hope to have one by next week.
> It uses classes to represent VisColor, VisPalette and VisVideo and the
> operations related to them, methods follow C API and I have some
> aliases set up, like is_depth_supported() -> depth_is_supported().
> Errors are translated into exceptions. Every Class/method have its own
> docstring (python documentation).
Sounds very good!
Cheers,
Dennis
|