Mini-ClanLib ============ Some facts of life: - devel ClanLib breaks API regularly - ClanLib releases happen more or less randomly, sometimes twice a day, sometimes multiple years inbetween, - stable ClanLib == useless ClanLib - different games need different ClanLib and devel ClanLib versions - getting right ClanLib version can be a pain Solution ======== Solution to this might be to provide a 'mini-clanlib', one that is easily embeddable together with the games source, thus allowing developer to include ClanLib into their own source tree, possible adding custom hacks and not forcing users to download it seperatly. Mini-ClanLib should just be source + api, but no docs no examples and stuff. Makefiles and stuff should be flexible enough that it is easily embedable/callable from the games Makefiles, ripping out modules that are not needed should be doable too, ie. do not include clanGUI* when the game doesn't use GUI. # EOF #