TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
279 stars 35 forks source link

Feature request: Saving locally and via URL parameters #338

Closed AverseABFun closed 6 months ago

AverseABFun commented 6 months ago

I want to make something super cool in this, but the fact that there is no saving really limits what you want to do when you just reload it vanishes. I will probably be working on this so I can pull request, and I'll link the pull request here if/when it happens.

TodePond commented 6 months ago

Hey I reckon it will be hard to fit in enough information to fit into URL parameters, which have a maximum size.

You can save / load by doing these things:

Ctrl + S: Save Ctrl + C: Copy to clipboard Ctrl + O: Load Ctrl + V: Paste to cellpond Drag and drop file onto cellpond: Load

One area to explore might be saving things into localStorage? Good luck, have fun!

AverseABFun commented 6 months ago

what I did not know! cool.