Re: Complexity of new hardware
Adrian Bentley <[email protected]>
| Newsgroups | gmane.games.devel.algorithms |
|---|---|
| Message-ID | <[email protected]> |
Hand coding incremental conversions is really easy. Seems to me the problem is how to flush out old versions so you don't end up with a rats nest of compatibility code. Fortunately, it's only a matter of writing other code :). Combining an easily editable source format (e.g. text) for your assets with a translation application allows these sorts of rebuilds easily. Layering incremental versioning on top is not hard. There are certainly trade offs: mergeability, better abstraction in some cases, more code, more time to get to preview, etc. Or, if you want to keep your source in a compiled format, providing some form of mass translation mechanism should work. E.g. snapshotting version changes into a file which can be run across all assets. I haven't done this personally, and it comes with a different sort of baggage, but seems doable all the same. Pick your poison, but there are alternatives to brain dead simple serialization that have better long term usability. Also, unless you have a baking step (hello translation), it feels like this would be important for loading performance anyways. Cheers, Adrian On Sun, Apr 19, 2009 at 3:17 AM, Jarkko Lempiainen <[email protected]> wrote: > Otherwise you would have to hand-code the conversion which > could get quite a taunting task. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ GDAlgorithms-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list Archives: http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list