voxelmetaverse icon indicating copy to clipboard operation
voxelmetaverse copied to clipboard

Saving?

Open KosmicJ opened this issue 10 years ago • 3 comments

Is it possible yet to save, if so tell me how.

KosmicJ avatar Feb 25 '15 05:02 KosmicJ

@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

deathcap avatar Mar 20 '15 02:03 deathcap

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 :+1: :100: :1st_place_medal: :smile:)

stickyfingies avatar Jun 19 '17 16:06 stickyfingies

@StickyFingies No news on this feature (saving), I never did complete it... https://github.com/voxel/voxelmetaverse/issues/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.

deathcap avatar Jan 06 '21 03:01 deathcap