On Saturday, 28 September 2019 at 13:41:24 UTC, matheus wrote:
Ok, I took a look over my old projects and I found exactly what you want, by the way it's from 2012.It uses Derelict 2.0 bindings and will draw a PNG image where you can move around with cursor keys.If you want I can send you the whole project (Makefile, DLL's) and everything else to build it.Code: /* 02/10/2012 */ import std.stdio; import derelict.sdl.sdl; import derelict.sdl.image; Matheus.
Thank you very much.