2

GLFW is the cleanest, well documented, most convinient API for creating and handling windows in Linux and Windows I've ever used.
The only thing that bugs me is that valgrind detects memory leaks on it.

Comments
  • 0
    In the Linux or windows version?
  • 0
    @metamourge The Linux one. Even after calling glfwTerminate(), valgrind says that during the window creation some memory was alloc'd and never free'd. :(
  • 1
    Is that really an API? It's more of a library (which obviously has an API, but I wouldn't categorise it as such)
  • 1
    @retnikt You're right. It'd have been more correct to say "GLFW's" instead of "GLFW".
Add Comment