Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best graphic library for .NET/Mono [closed]

I am looking for a high-performance graphic library for .NET and Mono. I have taken a look at Tao framework and, while it is very complete, it's quite lacking in terms of usability. It should be cross-platform compatible.

What other alternatives worked for you?

like image 702
Sklivvz Avatar asked Sep 21 '08 11:09

Sklivvz


2 Answers

There is a more modern OpenGL wrapper for .NET/Mono called OpenTK.

like image 117
Mikayla Hutchinson Avatar answered Nov 15 '22 02:11

Mikayla Hutchinson


OpenGL would be my choice, .NET bindings exist from many open source wrappers, with OpenGL you're set for cross platform.

like image 30
titanae Avatar answered Nov 15 '22 04:11

titanae