/PaintPond

paint with a painter

Primary LanguageJavaScriptMIT LicenseMIT

PaintPond

Paint with a painter.
I originally made PaintPond for this video: ✨ NEW Cellular Automata
It was also used in this one: 🔮 Spellular Automata

Try it at paintpond.cool!

Controls

Number keys: Change colour!
Tab key: Change painter!
Space bar: Enter screenshot mode!

X key: Undo!
C key: Clear the screen!

Running Locally

To run locally...
you need to run a local server because it uses javascript modules.
(ie: you can't just open index.html like most of my other projects)

I recommend getting deno and then installing file_server with this command:

deno install --allow-read --allow-net https://deno.land/std@0.142.0/http/file_server.ts

Then you can run this command to run a local server:

file_server

Special Thanks