0

This link says iPhoneGLU says, this libraray supports below futures.

Matrix manipulation Polygon tessellation

I would like to know whether I can use this library to draw primitives(lines,points,triangles,simple polygon).

Thank you.

user7076
  • 1
  • 1
  • 1
    You don't need GLU for that. You can just use straight OpenGL. According to wikipedia: "The GLU specification was last updated in 1998, and it depends on features which were deprecated with the release of OpenGL 3.1 in 2009." – user1118321 Jul 31 '17 at 05:24

1 Answers1

-1

I personally like glad. The have an online generator as well http://glad.dav1d.de

It will generate exactly what you need for your platform.

scx
  • 169
  • 7