In my spare time I work on plans for an open hardware digital keyboard
over at diykeyboard.org.  I initially wrote off open cascade because
the API is intimidatingly large, and I didn't want to do have to code
C++ in my free time.  I ended up starting my design work using a demo
version of Rhino3D and their scripting engine, which basically a
vbscript wrapper around their API.  Anyway, that's far from ideal,
both because I have beefs with vbscript, and also because the expense
of the software limits my potential user base.  Anyhow, over the last
few months I have started learning Python, and it sounds like progress
on Python wrappers to open cascade has been extremely quick!  Some
time this summer I hope to experiment with porting my key generation
scripts over to pythonocc using your tools.

I tried unsuccessfully to get the wrappers built and installed on os x
and on debian; it seems like your build system is still very much in
flux.  I look forward to trying out your code again next release!

Cheers,
Drew

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to