[Mono-list] Are we in need for a Cross platform library similar to DirectX?

Jonathan Pryor jonpryor at vt.edu
Thu Sep 17 14:01:28 EDT 2009


On Thu, 2009-09-17 at 09:01 -0700, docesam wrote:
> OK,let me explain my point: programmers (Game Programmers) use DirectX
> because openGL "sucks" and because it does not include sound and input
> functions ,right ?

Then use OpenTK, which DOES combine video (OpenGL), sound (OpenAL),
computation (OpenCL), and a lot of additional functionality:

	http://www.opentk.com/

Furthermore, we use a subset of OpenTK for MonoTouch, so (to a limited
extent) using OpenTK is good preparation for MonoTouch! ;-)

 - Jon




More information about the Mono-list mailing list