OGRECave / ogitor

Ogitor SceneBuilder, the WYSIWYG scene editing environment for OGRE
MIT License
95 stars 31 forks source link

OFS must die! #23

Open paroj opened 4 years ago

paroj commented 4 years ago

citing the announcment thread https://forums.ogre3d.org/viewtopic.php?f=11&t=63497

I don't know but I am considering using PhysFS simply because it's maintained

kPYKx7Ddw4n1aIKZ commented 4 years ago

After some research, I think that PhysicsFS might be a good choice because it seems to be maintained, made for this purpose and it has a long development history.

Most of the other ones I found were unmaintained.

Another option would be to use file based databases (like SQLite or Berkeley DB) that were not exactly made for this purpose, but may also work.

paroj commented 4 years ago

I would rather kill it without replacement and just focus on the .scene format for project storage instead.

kPYKx7Ddw4n1aIKZ commented 4 years ago

Sounds interesting. I think that there is still some additional data saved in the OFS embedded *.ogscene format. Maybe we should check if a part of it is important and is not (yet) saved in the .scene format.