Use glfw to implement simulator on desktop.#16
Use glfw to implement simulator on desktop.#16yihuang wants to merge 2 commits intobrackeen:mainfrom
Conversation
Useful for debugging.
|
Hello Yihuang, Just to inform you that it is compiling fine but on my side I needed first to run those commands on Mac OS X in order to properly find the external library GLFW that XCode is wanting: |
|
Btw there are also the triangle shaders that do need to be converted from OpenGL ES to OpenGL.
And the other one:
|
|
Also, as an alternative to glfw, this is a tiny implementation that could get 95% of the base work done https://github.com/erkkah/tigr/tree/develop |
The implementation is not complete, more like a proof of concept.