SDL Library
by Clemens on Dez.07, 2009, under Programming
Today I’ve finished the primary works on the SDL library and resource management. It’s faster, better structured and more easy to add and manage resources (text, coordinates, colors, bitmaps, videos etc.). Now I’m working on the next layer, the gui elements. Goal is to make it as program-independant as possible by moving all program-dependant data up in the next layer.
Templates, callbacks, design-patterns, resource management, garbage collection, all that becomes relevant the larger the program gets
End of the month I expect to breach the 50,000 LOC barrier for the whole project, then I’ll have to research the SC2 beta version (if it ever comes out…) and create a first prototype of EF 2.0. Stay tuned!
