Saturday, July 6, 2013

python and android 3D C++ module in development

I programmed on pyc++3d, which is C++ code for fast matrix and vector math for 3D. It can be loaded with NDK (android JNI interface which means loading of C/C++ code on android/Java). I programmed a swig interface with boost.python so you can do rotates and translates fastly in a C++ python module. It uses actors such and workers which do the traffic of messages e.g. for a to be made 3D worker in an actor. Project is hosted here, http://sourceforge.net/projects/pycplusplus3d

Wait for the files to be accessible on the server, I mangled them a bit with sftp uploading to sf.net.

Enjoy,
my PhD thesis has effectively been cancelled. bummer but anyways.

No comments:

Post a Comment