https://github.com/tw1ddle/geometrize-haxe-unit-tests
Unit tests for Geometrize Haxe, a tool that geometrizes images into geometric primitives
https://github.com/tw1ddle/geometrize-haxe-unit-tests
art geometric geometrize geometry geometry-processing haxe haxelib hill-climbing
Last synced: 7 months ago
JSON representation
Unit tests for Geometrize Haxe, a tool that geometrizes images into geometric primitives
- Host: GitHub
- URL: https://github.com/tw1ddle/geometrize-haxe-unit-tests
- Owner: Tw1ddle
- License: mit
- Created: 2017-04-27T19:57:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T00:02:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:46:47.514Z (9 months ago)
- Topics: art, geometric, geometrize, geometry, geometry-processing, haxe, haxelib, hill-climbing
- Language: Haxe
- Homepage: https://www.geometrize.co.uk/
- Size: 774 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.samcodes.co.uk/project/geometrize-haxe-web/)
[](https://github.com/Tw1ddle/geometrize-haxe-unit-tests/blob/master/LICENSE)
[](https://ci.appveyor.com/project/Tw1ddle/geometrize-haxe-unit-tests)This is the unit test suite for Geometrize Haxe, a Haxe library for recreating images with geometric primitives. The intent is to achieve good test coverage of the codebase, and to add regression tests for fixed bugs.
[](https://www.samcodes.co.uk/project/geometrize-haxe-web/)
## Setup
```
haxelib install sure
haxelib install utest
```## Building
Either open the project folder in VSCode, or run the build script from the command line:
```
./build_and_run_tests.sh
```The test results will be printed to console:
[](https://www.geometrize.co.uk/)