Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.41k stars 142 forks source link

Seperate mesh library #68

Closed michelk closed 5 years ago

michelk commented 12 years ago

Hi, I'm doing surface water modelling; and process extensively polygon-meshes. So far I haven't found a framework to alter meshes in a programmatic satisfying way.

I'm very new to Haskell, but very enthusiastic about it, and keen to learn it. Maybe we could have a seperate mesh-module?

Greetz, Michel

matthewSorensen commented 12 years ago

I'd also be somewhat interested in a separate mesh loading/saving package. Exactly what set of features are you thinking of?

michelk commented 12 years ago

Features my dream-mesh-tool could do

That's what spontaneously comes to my mind ...

There are some existing c++ libraries

I guess interfacing them in a scriptable way would solve the issue; but that I don't know how to achieve.