https://github.com/tw1ddle/geometrize-functional-tests
Test scripts for Geometrize, an app for geometrizing images into geometric primitives
https://github.com/tw1ddle/geometrize-functional-tests
art chaiscript cpp geometrize geometry geometry-processing hill-climbing
Last synced: 7 months ago
JSON representation
Test scripts for Geometrize, an app for geometrizing images into geometric primitives
- Host: GitHub
- URL: https://github.com/tw1ddle/geometrize-functional-tests
- Owner: Tw1ddle
- License: other
- Created: 2017-10-09T20:41:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T18:06:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:46:38.212Z (9 months ago)
- Topics: art, chaiscript, cpp, geometrize, geometry, geometry-processing, hill-climbing
- Language: Python
- Homepage: https://www.geometrize.co.uk/
- Size: 217 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- 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-functional-tests/blob/master/LICENSE)
[](https://ci.appveyor.com/project/Tw1ddle/geometrize-functional-tests)ChaiScript functional test scripts for [Geometrize](https://www.geometrize.co.uk/), an app for geometrizing images into geometric primitives. Continuous testing is performed via CI platforms to run the test scripts.
[](https://www.geometrize.co.uk/)
## Usage
* Install Python 3.9+.
* Run the [script to fetch and install Geometrize](https://github.com/Tw1ddle/geometrize-functional-tests/blob/master/get_geometrize_and_extract_to_app_subfolder.py) or copy a Geometrize binary to the ``app`` subfolder at the root of the repository.Run the tests by calling [run_tests.py](https://github.com/Tw1ddle/geometrize-functional-tests/blob/master/run_tests.py), and then examine the results.
## Notes
* Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on [Twitter](https://twitter.com/Sam_Twidale).