ey6es / phantasml

Web-based collaborative "creature lab" for machine learning/AI research and education.
https://www.phantasml.com
MIT License
2 stars 3 forks source link

Save tool options in preferences. #2

Closed ey6es closed 6 years ago

ey6es commented 6 years ago

Currently, the tool options are only stored in React state, which means they are reset to defaults between sessions and when switching in and out of resource edit mode. We should store them along with the preferences and save them periodically.

ey6es commented 6 years ago

Also, we should share the options between tools. If you're going to draw pink lines, you're probably also going to want to draw pink curves.