-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving? #55
Comments
@KosmicJ not currently, but this is definitely an important feature I'd like to have. There are some other existing voxel saving modules out there, e.g. https://github.com/maxogden/voxel-level saves using level.js, but I haven't looked into integrating them yet. Voxel world data could hypothetically be stored in localStorage/indexdb/webfs on the local browser instance. But what I'd really want to do is have the world stored on and accessed from a remote server: GH-26 Server |
Any news on this? This is certainly a great repo to play around with and hack on, but it really needs saving. Perhaps you could implement local saves for now, and then once that's done work on a global save server? Thanks! (I really like this btw 👍 💯 🥇 😄) |
@stickyfingies No news on this feature (saving), I never did complete it... #26 covers my investigations into connecting voxelmetaverse to a server (almost the same feature) and there was some progress but nothing solid. This was one of the biggest flaws of this project, in my opinion. I focused a lot on the frontend, the UI, neglecting the data model, the backend, needed for persisting the world. |
Is it possible yet to save, if so tell me how.
The text was updated successfully, but these errors were encountered: