hyperpixel 0.1.2

a fast framebuffer in webgl using ThreeJS
Documentation
1
2
3
4
5
6
build:
	@cargo build --target wasm32-unknown-unknown
lint:
	@cargo fmt
serve:
	@python3 -m http.server 8080