I am working with a client on a 2d map. The map is centered on the user's position and marks various headings and points of interest. As the user moves, the headings change and the points of interest move.
My client is insistent on using OpenGL for this, but this seems like overkill.
He has mentioned he thinks GDI+ and SDL are too slow for this purpose, but I disagree. Flash is not being considered, due to costs.
Could anyone give some advice on a good 2d, free animation solution?