-
Notifications
You must be signed in to change notification settings - Fork 8
Home
bjaraujo edited this page Jul 16, 2017
·
3 revisions
Welcome to the ENigMA wiki!
ENigMA is a header-only library so you can include just what you need in your projects so you don't need to build the entire library. For easier use, ENigMA provides by default two wrappers for programming in python and C#. To build these wrappers configure CMake to enable ENIGMA_BUILD_WRAPPERS_SWIG, WRAP_SWIG_PYTHON and WRAP_SWIG_CSHARP.
This Wiki has examples on simple mesh generation, advanced mesh generation using OpenCascasde surfaces as input, loading STL files and simulating Laplace equation, etc.