Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrunoLevy/GraphiteThree
Experimental 3D modeler
https://github.com/BrunoLevy/GraphiteThree
computer-graphics geometry-processing mesh-generation mesh-processing
Last synced: 5 days ago
JSON representation
Experimental 3D modeler
- Host: GitHub
- URL: https://github.com/BrunoLevy/GraphiteThree
- Owner: BrunoLevy
- License: gpl-2.0
- Created: 2022-02-23T15:01:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T09:47:04.000Z (7 days ago)
- Last Synced: 2024-11-07T10:36:35.910Z (7 days ago)
- Topics: computer-graphics, geometry-processing, mesh-generation, mesh-processing
- Language: C++
- Homepage:
- Size: 8.61 MB
- Stars: 225
- Watchers: 9
- Forks: 19
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphiteThree
![](https://github.com/BrunoLevy/GraphiteThree/wiki/graphite_banner.gif)
Graphite is an experimental 3D modeler, built around
[geogram](https://github.com/BrunoLevy/geogram).It has [Pointset processing and reconstruction](Points),
[Surface remeshing and repair](Remeshing) and many other functionalities,
see [Mesh commands reference](Mesh) for the complete list.It contains the main results in Geometry Processing from the former
ALICE Inria project, that is, more than 30 research articles published
in ACM SIGGRAPH, ACM Transactions on Graphics, Symposium on Geometry
Processing and Eurographics. It was supported by two grants from the
European Research Council (ERC): GOODSHAPE and VORPALINE.Links
-----
- [Documentation, how to compile, tutorials...](https://github.com/BrunoLevy/GraphiteThree/wiki)
- [Programmer's reference manual...](https://brunolevy.github.io/GraphiteThree/)
- [Releases...](https://github.com/BrunoLevy/GraphiteThree/releases)
- The [Geogram](https://github.com/BrunoLevy/geogram) programming library