[Python-Dev] PySWT -- Python binding of SWT using GCJ + SIP
Zilin Du
zilin at cs.nyu.edu
Wed Jun 29 07:55:19 CEST 2005
Hi, all,
I just made an initial Python binding for SWT library from IBM's Eclipse
project using GCJ + SIP. you can find some information here:
http://www.cs.nyu.edu/zilin/pyswt/pmwiki.php
The basic idea is as follows:
1. use GCJ compile SWT source codes
2. use gcjh to generate C++ header files for SWT
3. I modified SIP's code generator to generate C++ wrapper codes.
It is still in very early stage, but most widgets are usable now. Hope
I can get more time work on this.
Weclome any feedbacks, and feel free to forward this annocement to
any place you want@
thanks!
Zilin
More information about the Python-Dev
mailing list