implisolid
implisolid copied to clipboard
๐งฑ Library for Geometric / Solid Modelling based on ๐ช Implicit Surfaces modelling. (Feel free to submit Pull Requests)
FRep (Pasco & Adzhiev) Hyperfun as one of the DSLs
Also, see https://github.com/sohale/implisolid/issues/14 Maybe after some thoughts on DSL Also, see Automatic Hessian
For? : * artists (that designer who used Python) * Grasshoper plugin * Architects (scale issue) * BIM * Revit plugin * Other softwares' plugin * kids (like Pi: for...
see #11
more code-level (like shader-toy)
213 L. Kobbelt, M. Botsch, U. Schwanecke, and H.-P. Seidel. Feature sensitive surface extraction from volume data. ACM SIGGRAPH Computer Graphics, 35(3):57โ66, August 2001.
DSL for algorithm variations ( interpreter (runtime), or compiler (directly call them) ) (I mean root-finding algorithms, etc) Almost ready to do, just needs some minor design. A future direction:...
* Find out which commit after me broken them * Write unit tests (as another task, but a must before marking this as done)
Prepare for having a repo of variations on this. * Future directions for those variations: write, or separate these: (categorise) * root-finding vs ... (vs binary search, vs optim, vs...