An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Geometrize Logo](https://github.com/Tw1ddle/geometrize-docs/blob/master/screenshots/logo.png?raw=true "Geometrize logo")](https://www.geometrize.co.uk/)

[![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://github.com/Tw1ddle/geometrize-docs/blob/master/LICENSE)
[![Geometrize Documentation Build Status](https://ci.appveyor.com/api/projects/status/github/Tw1ddle/geometrize-docs)](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.

[![Geometrized Road](https://github.com/Tw1ddle/geometrize-docs/blob/master/screenshots/geometrized_road.png?raw=true "Geometrized Road")](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).