Set Icon in GLFW
tom-mohr opened this issue · 3 comments
tom-mohr commented
The application doesn't have an icon when running (only the .exe). Use GLFW to load the existing "favicon.ico" file as application icon.
y-ashaswini commented
Greetings!
I was just trying to take up this issue since I really like what you've created, I highly appreciate the level of skill you must possess to create such an application, and I merely wanted to try and contribute to it.
Thing is, I managed to add an icon into it, but the code crashes when it's with an .ico extension. I added a png file instead (just for checking) and it runs.
Is it possible for you to add a png version of the icon into the repo? Or, do you necessarily want it to be .ico?
If you want any more information, please do ask!
tom-mohr commented
y-ashaswini commented
Great! I made the changes.