ScreenPond icon indicating copy to clipboard operation
ScreenPond copied to clipboard

screens in screens in screens

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