Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:43:11.000Z (12 months ago)
- Last Synced: 2024-01-24T22:09:33.298Z (12 months 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
[![Geometrize Installer Logo](https://github.com/Tw1ddle/geometrize-installer/blob/master/screenshots/geometrize_installer_logo.png?raw=true "Geometrize installer logo")](https://www.geometrize.co.uk/)
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/Tw1ddle/geometrize-installer/blob/master/LICENSE)
[![Build Status Badge](https://ci.appveyor.com/api/projects/status/github/Tw1ddle/geometrize-installer)](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.
[![Geometrized Borrowdale](https://github.com/Tw1ddle/geometrize-installer/blob/master/screenshots/borrowdale.png?raw=true "Geometrized Borrowdale in Autumn, 350 rotated ellipses")](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).