This library is to provide a variety of tools for miscellaneous geometry processing / simulation tasks or projects, but it needs some direction to be able to say that it has any real utility.
It'd be good to visualize geometry / statistics on geometry. meshlab or paraview are really powerful for viewing, but lack customizabilty or editing / seem hard to customize. igl/polyscope work well but I want to be able to build more complex visualizations / further decouple the render pipeline from computation (using Qt signal/slots for now, but perhaps some other message passing mechanism in tehfuture).
There are two basic mesh representations I want to experiment with here:
It'll be generally useful to be able to input various types of geometry
Different simulation tools / geometry processing need solvers. I want to implement a few things myself
This library is to provide a variety of tools for miscellaneous geometry processing / simulation tasks or projects, but it needs some direction to be able to say that it has any real utility.
It'd be good to visualize geometry / statistics on geometry. meshlab or paraview are really powerful for viewing, but lack customizabilty or editing / seem hard to customize. igl/polyscope work well but I want to be able to build more complex visualizations / further decouple the render pipeline from computation (using Qt signal/slots for now, but perhaps some other message passing mechanism in tehfuture).
There are two basic mesh representations I want to experiment with here:
It'll be generally useful to be able to input various types of geometry
Different simulation tools / geometry processing need solvers. I want to implement a few things myself