https://github.com/cyberarm/visual_plotter
Drop an image in the window and watch it get plotted out.
https://github.com/cyberarm/visual_plotter
chunky-png gosu plotting ruby
Last synced: 12 months ago
JSON representation
Drop an image in the window and watch it get plotted out.
- Host: GitHub
- URL: https://github.com/cyberarm/visual_plotter
- Owner: cyberarm
- Created: 2018-03-26T02:39:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T02:42:59.000Z (over 7 years ago)
- Last Synced: 2025-01-14T12:29:12.096Z (about 1 year ago)
- Topics: chunky-png, gosu, plotting, ruby
- Language: Ruby
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Plotter
Drop an image in the window and watch it plot it out.
## Controls
* `F5` - Refresh - Refreshes canvas using plotter configuration
* `Home` - Max steps - Sets steps to Bed width
* `End` - Max steps - Sets steps to 1
* `mouse wheel up`/`mouse wheel down` - Threshold - color is 0 to 255, threshold is the point at which the plotter will plot
* `i` - Invert color - Swaps white and black for plotter
* `-` and `=` - Changes steps - How many times to plot per update
* `r` - Run - Toggle for running plotter
* `s` - Save - Saves canvas as complete.png
# Dependencies
### Gosu (>= 0.13.1)
### ChunkyPNG (>= 1.3.10)
# Media
