Quote Originally Posted by JC_
I am busy working on S2DL ver 3 that allows you to use either SDL or Phoenix as the low level rendering code.

Basically 2 of the S2DL units will be specific for the underlying layer (S2DLDraws, S2DLImage) and the rest will be generic. This allows you to only select which directory you want to include and then you'll switch between SDL and Phoenix.

(One of my long long running dreams is to have a standard interface for game development that will allow you to use any underlying technology without changing your code.... At last I think I am getting there).