https://github.com/harmboschloo/vector-racer
https://github.com/harmboschloo/vector-racer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/harmboschloo/vector-racer
- Owner: harmboschloo
- License: bsd-3-clause
- Created: 2019-05-31T09:11:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T12:45:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T09:13:05.059Z (over 1 year ago)
- Language: Elm
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vector Racer
**Work in Progress / Experimental**
Revisiting [Vector Racer](https://harmmade.com/vectorracer/) and [Vector Racer Puzzels](https://harmmade.com/vectorracerpuzzles/) in [Elm](https://elm-lang.org/).
## examples
- convert track mask image to json (node) - [source](https://github.com/harmboschloo/vector-racer/tree/master/examples/convertTrackMaskImage)
- generate track image from json (node) - [source](https://github.com/harmboschloo/vector-racer/tree/master/examples/generateTrackImage)
- [inspect track](https://harmboschloo.github.io/vector-racer/inspectTrack/) - [source](https://github.com/harmboschloo/vector-racer/tree/master/examples/inspectTrack)