https://github.com/tw1ddle/geometrize-installer
Installer code for Geometrize, an app for geometrizing images into geometric primitives
https://github.com/tw1ddle/geometrize-installer
art cpp geometrize geometry geometry-processing hill-climbing installer
Last synced: 6 months ago
JSON representation
Installer code for Geometrize, an app for geometrizing images into geometric primitives
- Host: GitHub
- URL: https://github.com/tw1ddle/geometrize-installer
- Owner: Tw1ddle
- License: other
- Created: 2017-02-15T20:42:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:43:11.000Z (almost 2 years ago)
- Last Synced: 2024-01-24T22:09:33.298Z (almost 2 years ago)
- Topics: art, cpp, geometrize, geometry, geometry-processing, hill-climbing, installer
- Language: QMake
- Homepage: https://www.geometrize.co.uk/
- Size: 741 KB
- Stars: 6
- Watchers: 4
- 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-installer/blob/master/LICENSE)
[](https://ci.appveyor.com/project/Tw1ddle/geometrize-installer)
Development installers for [Geometrize](https://www.geometrize.co.uk/), an app for geometrizing images into geometric primitives.
[](https://www.geometrize.co.uk/)
## Building
To build an installer locally:
* Follow the setup steps in the main Geometrize [README.md](https://github.com/Tw1ddle/geometrize/blob/master/README.md) until you can build and run the program.
* Checkout this installer repository and all submodules and open [installer.pro](https://github.com/Tw1ddle/geometrize-installer/blob/master/installer.pro) within Qt Creator.
* *On Windows* - download and install the Qt Installer Framework (IFW), then set IFW_LOCATION in [installer.pro](https://github.com/Tw1ddle/geometrize-installer/blob/master/installer.pro) and run it. The installer will be output to the build folder and is named *geometrize_installer.exe*.
## Notes
* Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on [Twitter](https://twitter.com/Sam_Twidale).