tom-mohr/particle-life-app

Set Icon in GLFW

tom-mohr opened this issue · 3 comments

The application doesn't have an icon when running (only the .exe). Use GLFW to load the existing "favicon.ico" file as application icon.

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!

Greetings! Sorry for replying late. And thanks for the praise :)
Good to hear that you're working on this! Here's a 512x512 PNG:
image

Great! I made the changes.