
Building a GTK OpenTK based application
Posted Thursday, 16 October, 2008 - 06:32 by mikep_bluefish inIn the introduction course we have the "Building a Windows.Forms+GLControl based application" using the GL-Control.
Would this work on the GTKGLArea in MonoDevelop?
Should I give GTKGLArea a spin or is there any better alternative?


Comments
Re: Building a GTK OpenTK based application
I put up a project called GLWidget on sourceforge.
http://sourceforge.net/projects/glwidget/
There are some notes on how to get it to work with MonoDevelop.
It is more portable to Windows than GLArea. I also believe there is a tutorial on getting GLArea working with MonoDevelop on the net.