Circular-Studios / Dash

A free and open 3D game engine written in D.
https://circularstudios.com/Dash
MIT License
421 stars 63 forks source link

[SDL] Icon fails to load #234

Open PxlBuzzard opened 10 years ago

PxlBuzzard commented 10 years ago

I converted the icon.ico to icon.bmp in Sample-Dash-Game, but was then told I needed SDL2_image.dll in order to load it. Fine, I downloaded the Windows x64 dll and put it in the Binaries folder. But now I'm running into this issue which doesn't make sense:

image-load

@Berulacks Could you look into what is necessary to get icons working on Windows and Linux? Don't kill yourself on this if you have other stuff you can code, but it's one of those minor polish items that makes Dash feel more complete.