ChristopherChudzicki / math3d-react

A user-friendly 3d graphing calculator for the web. Create, share, and animate 3d mathematical scenes.
https://www.math3d.org
Mozilla Public License 2.0
249 stars 34 forks source link

Work is impermanent / doesn't save #291

Open ktboundary65ma opened 3 years ago

ktboundary65ma commented 3 years ago

First: thank you for creating this beautiful & powerful visualization tool! However, it seems that whenever I move away from my work (e.g. click on the "Feature Demos" or "Neat Examples" tabs) my plot is lost and I can't recover it. What is the correct workflow for building and saving my own plots? In my opinion, a Desmos-style "saved graphs" interface would be ideal.

ChristopherChudzicki commented 3 years ago

I agree—a "saved graphs" tab would be great. This would require a user login system, which math3d doesn't have right now. (And would be a significant task that I don't have time for at the moment.)

In the meantime, you can click the "Share" button in upper-right-hand corner to get a shareable link.

The link is permanent but you do you have manage storing the link yourself =/

o-b-o commented 3 years ago

hey, would it be possible to share the database of graphs? I'm sure it's huge, but there must be some gold in there. I don't reckon you need a user function to do something like that.

ja1den commented 2 years ago

This would require a user login system, ...

Would it be possible to automatically save graph URLs to localStorage?

Then you could have a simple UI for managing links, without the need for accounts.