🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Core Data

Started by
1 comment, last by thetaforce 17 years, 11 months ago
I have started developing a game design environment/engine for windows and mac, and am researching the best way to store scene data. I am planning to support both Collada, and a custom format, but wanted to kno if Core Data from Apple is also a good solution for my Mac version. Any opinions? thanks.http://www.gamedev.net/community/forums/images/icons/icon14.gif
Advertisement
Core Data is effectively XML metadata (or a sqlite database, or binary data). You can probably approach this problem in a platform independent fashion by using something like TinyXML or SQLite.
Thanks. Ill check in2 it. :)

This topic is closed to new replies.

Advertisement