user63898
user63898

Reputation: 30943

What alternatives there is for openCascade that is free and smaller

Hello all Basically I like to experiment with building 3d modeling application that could Also raytrace the end result , I found only the openCascade lib for such job My question is does it the only alternative for such task ? (im looking for library and not to deal with low level openGL)

Upvotes: 4

Views: 7062

Answers (3)

Rehno Lindeque
Rehno Lindeque

Reputation: 4445

I'd also like to find an alternative but the only one I've found so far that seems workable is OpenSCAD.

Upvotes: 2

Tours
Tours

Reputation: 89

U could have a look at salome-paltform at http://www.salome-platform.org/

but it's huge too,i think

Upvotes: 0

sum1stolemyname
sum1stolemyname

Reputation: 4550

I have been using Opencascade for a while, and i am quite impressed with its modelling capabilities. It's performance is okay for objects of simple to medium complexities, but some operations (especially 3d-booleans for objects of medium complexity) take a long time.

Also, several people have reported issues with the memory manager. Worst of all, some of the operations are neither thread safe nor reentrant in the current version.

VTK might be an OSS alternative

Edit 1:

Blender and VTK can be used together, as a little googling showed

Upvotes: 2

Related Questions