OpenCascade on Android, iOS devices ?

I'm starting work on a CAD tool that I hope to port to Android and iOS devices. Is it possible to build & use OpenCascade on these ?

- thank you,

Craig

István Csanády's picture

The OCC folks are working on the Android port, see here.

And I have been using OCCT on iOS for a while. You can easily compile it, all I needed to do was to hack the osutils.tcl file, to generate iOS project files rather than OS X projects.

Tom Irving's picture

Hi there,

Any chance you could share further details on how you're building for iOS?

Thanks!!

István Csanády's picture

I modified the osutils.tcl WOK files to generate iOS project files, instead of Mac project files.
Here you go: https://www.dropbox.com/s/77d6ntxa1xiis6n/osutils.tcl?dl=0

Tauqir Ansari's picture

I have compiled and build the sample for Android using Opencascade. See here

Pavel Durandin's picture

The demo application on Android was published. Please see http://www.opencascade.org/support/applications/cad_assistant_android/

Tim Santos's picture

Basic CAD model viewing and converting looks great! Looking forward to new new features.