DBloke wrote: > SDL and OpenGL could be a useful starting platform... #1) SDL can not support multiple windows #2) Every time you resize an SDL window the OpenGL context is destroyed on Windows (but not on linux), which means that for each window resize you need to reload opengl and all its textures.