I would like to port the sample application to Linux using glfw.
We have several options:
- Use glfw as foundation for Windows example as well to have one code base.
- Split the code up so we have a Windows example and a Linux example.
- Just put the Linux example into the same file.
I would like to port the sample application to Linux using glfw.
We have several options: