Useful Links
- Eigentools
- AtlasGen
- pyDEC ( Awesome! A python module for Discrete Exterior Calculus.)
- Caltech Mesh Compendium (.obj format)
- Boost (Extremely useful, general purpose C++ stuff)
- Qt (My GUI library of choice)
- Trimesh2 (Simple but effective mesh class/utils)
- CGAL (If you need to do computational geometry, this is the library)
- CMake (Do yourself a favor, use this build system)
- CMake Wiki (Related to the above. In particular, check out vcproj2cmake!)
- Discrete Differential Geometry (From the Siggraph 2006 course. I'm working on adding a 2-manifold class to their DEC code (pyDEC makes this work unnecessary) )