v0.6.6
Pre-release
Pre-release
Urchin is now stateful, every object you create now stores it's data in a save-able (and load-able) data model.
You can now call save and load to store and recover a scene, either to disk or to the cloud. To push data to the cloud you will need to deploy a copy of vbl-dock or get a token from us.
The core calls are
urchin.save()
urchin.load()
Please see the new example tutorial (or the API) for details.
You can also recover a bucket by loading the website with the bucket alias: https://data.virtualbrainlab.org/Urchin?bucket=mybucketname the page will prompt you for your password and store it hashed so you can re-load the bucket without re-typing that.
These changes required a core re-write of Urchin. Please be patient as we uncover unexpected bugs!