https://github.com/grantshandy/w4-paint
A simple (12K) paint application I made in Rust while learning the wasm4 game engine.
https://github.com/grantshandy/w4-paint
Last synced: about 2 months ago
JSON representation
A simple (12K) paint application I made in Rust while learning the wasm4 game engine.
- Host: GitHub
- URL: https://github.com/grantshandy/w4-paint
- Owner: grantshandy
- License: gpl-3.0
- Created: 2022-11-16T23:27:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T05:56:41.000Z (over 2 years ago)
- Last Synced: 2025-03-11T05:48:17.021Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w4-paint
A simple (12K) paint application I made in Rust while learning the [`wasm4`](https://wasm4.org/) game engine.

### Instructions
Draw pixels with left click and remove them with right click.