https://github.com/tw1ddle/geometrize-docs
Documentation for Geometrize, a tool for geometrizing images into geometric primitives
https://github.com/tw1ddle/geometrize-docs
art docs doxygen geometrize geometry geometry-processing hill-climbing
Last synced: 7 months ago
JSON representation
Documentation for Geometrize, a tool for geometrizing images into geometric primitives
- Host: GitHub
- URL: https://github.com/tw1ddle/geometrize-docs
- Owner: Tw1ddle
- License: other
- Created: 2017-09-06T00:37:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T01:06:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:46:38.426Z (9 months ago)
- Topics: art, docs, doxygen, geometrize, geometry, geometry-processing, hill-climbing
- Language: Batchfile
- Homepage: https://www.geometrize.co.uk/
- Size: 26.1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.geometrize.co.uk/)
[](https://github.com/Tw1ddle/geometrize-docs/blob/master/LICENSE)
[](https://ci.appveyor.com/project/Tw1ddle/geometrize-docs)Documentation for [Geometrize](https://www.geometrize.co.uk/), the app for geometrizing images into geometric primitives. Read the latest documentation [here](https://appdocs.geometrize.co.uk).
The documentation is updated when the main Geometrize [repository](https://github.com/Tw1ddle/geometrize) changes.
[](https://www.geometrize.co.uk/)
## Building Manually
* Install Doxygen and Graphviz. Add Doxygen and the Dot tool to your path.
* Run ```doxygen doxygen_config``` in the ```doxygen``` directory.
* Open the generated HTML in the ```docs``` folder.## Notes
* Doxygen warnings are written to ```doxygen_warnings.txt``` in the ```doxygen``` folder.
* Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on [Twitter](https://twitter.com/Sam_Twidale).