Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 821 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 821 Bytes

ScreenPond

ScreenPond lets you make fractals and the 'droste effect'. I made it for my video: 📺 Screens in Screens in Screens

Try it out!

You can try it at screenpond.cool

Draw screens by clicking and dragging!
Press the number keys to change colour.
Press "C" to clear the screen.

Running

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/[email protected]/http/file_server.ts

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

file_server