Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking for easy opengl library to use with Delphi.

  • What is the best out there and the easy one ?
share|improve this question

2 Answers

up vote 8 down vote accepted

Graphics32 for image manipulation : http://graphics32.org/wiki/

3D visualisation then it would be glscene probably : http://glscene.sourceforge.net/wikka/HomePage

share|improve this answer

For 2D OpenGL in Delphi, I strongly recommend Andorra: http://andorra.sourceforge.net/

share|improve this answer
1  
+1 for introducing me to something I hadn't even known existed. – Warren P Jun 10 '11 at 14:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.