Search found 1 match

by rocklobster
Wed Apr 01, 2015 11:25 pm
Forum: Programming Discussion
Topic: OpenGL and the Libraries
Replies: 2
Views: 2057

Re: OpenGL and the Libraries

I've been out of the OpenGL dev for about 6 months now but from what I remember I only used GLFW and GLEW out of that list. GLFW will handle things for you such as creating/managing a window and capturing raw input (keyboard/mouse events) and setting up your OpenGL Context. GLEW is necessary if you ...