This is a follow up to another question.

What is the best OpenGL wrapper usable both under Linux and Windows, with Mono (or .Net)?

I have already evaluated Tao Framework, but I am unimpressed by how the APIs are put together. Any other better options?

link|improve this question

70% accept rate
1  
How did you get on with this. Does the story have a happy ending? I'm wondering the same thing, and leaning towards OpenTK. Would be nice to hear how you found it, both the API and Linux/Windows support. – Drew Noakes Jun 24 '10 at 13:06
feedback

closed as not constructive by templatetypedef, Kev Sep 17 '11 at 13:44

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 10 down vote accepted

I liked OpenTK's bindings a lot better than I liked Tao's. It seemed simple to work with, and has an active (but relatively small) community.

link|improve this answer
feedback

My personal choice is Tao for OpenGL, SDL.NET for the SDL side of things. Tao isn't great, but it's the best OGL wrapper I've found, and using SDL.NET makes life a LOT easier.

Edit: To be clear, I did see your comment about Tao, and I really believe the use of SDL.NET for everything /but/ the OpenGL makes all the difference in the world.

link|improve this answer
feedback

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