AlexCharlton / cl-glfw3

Common Lisp bindings to GLFW version 3.x
BSD 2-Clause "Simplified" License
89 stars 32 forks source link

[doubt] Do I need glew? #40

Open leoneves opened 1 year ago

leoneves commented 1 year ago

Hello, I'm studying opengl and I'm trying some things with lisp. For my surprise I need only the cl-opengl and glfw for doing things in lisp. But I have learned that each implementation of opengl can be different for each graphic device. So we need some library like glew to be sure of versions and implementations of real calls to a graphic device. Am I right about that? is it ok make things in openGl by lisp bindings without glew(or other way to do its work)?

thanks in advance.