Search code examples
cocos2d-xglfwtriangulation

Where do I get glfw.h file?


I have downloaded poly2tri library for polygons triangulation, but this library has this include #include <GL/glfw.h>

Unfortunately, I don't have glfw.h file and even GL directory. What should I do?


Solution

  • Looks like you need to download and install GLFW (http://www.glfw.org/)