Overv / OOGL

Object-oriented C++ wrapper for OpenGL.
Boost Software License 1.0
414 stars 45 forks source link

Add a color class #1

Closed Fox32 closed 12 years ago

Fox32 commented 12 years ago

I would like to help you at this project. I really miss a oo interface to OpenGL. You will need a color class in the near future, here is one.

I didn't add the new files to the makefile, but the makefile seems to miss some other files, too.

Overv commented 12 years ago

Thanks for your offer to help me. I was thinking about adding a color class yesterday, but then I realised something. What do you need it for? The only thing I can think of is glClearColor.

Fox32 commented 12 years ago

Thats right, a vector would be more usefull.