JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
224 stars 35 forks source link

Updated bgfx #17

Closed widberg closed 5 years ago

widberg commented 5 years ago

Updates bgfx. Both examples work for me on windows. I may have forgotten something so I would appreciate it if someone could verify these changes.

JoshuaBrookover commented 5 years ago

Thank you for this.

bgfx now requires c++14, can you switch that over? Just change 11 to 14 here:

https://github.com/prowolf/bigg/blob/master/CMakeLists.txt#L5

After that change it works for me on Mac.