ScreenPond lets you make fractals and the 'droste effect'. I made it for my video: 📺 Screens in Screens in Screens
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.
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