LWJGL / lwjgl3-demos

Demo suite for LWJGL 3
BSD 3-Clause "New" or "Revised" License
351 stars 89 forks source link

compile BGFX demos to native executable #34

Closed chirontt closed 3 years ago

chirontt commented 3 years ago

This PR is recommended to be merged to its own branch, rather than to the main branch, as the code is designed to compile against the official LWJGL 3.2.3 release, not the current LWJGL snapshot which the main branch tracks.

Native executable can be produced in Windows and Linux (Ubuntu). Haven't tried the Mac OS, but it should work.

chirontt commented 3 years ago

closed as superseded by #37