-
Notifications
You must be signed in to change notification settings - Fork 1
SGL (Desktop Build)
Azarus edited this page Nov 24, 2016
·
1 revision
SGL comes with GLFW support a cross platform windowing library, it allows you to create desktop apps, and exposes new api functions for window management.
To include GLFW in SGL please download the latest binaries from [GLFW Website]http:// and [GLEW website]http:// Then copy them to the libs/ folder
To build SGL with GLFW open the build.json file and set the GLFW key from false to true. Then generate the build.
This will include the GLFW api into SGL and now you will be able to use the RenderWindow class in your app, and build a desktop application.