
mono support currently working?
Posted Friday, 25 December, 2009 - 09:39 by himhum ini was just playing around with opentk trying to get the opentk toolkit demo working on ubuntu 9.10 but to no avail. there seem to be a couple of spots in VertexBuffer und BufferBase that the mono compiler does not like.
what is the current mono runtime version supported by opentk?


Comments
Re: mono support currently working?
This issue was caused by an incomplete workaround for a Mono 2.4.3 bug (which should be fixed in 2.6). I've committed a fix, can you please git pull and try again?
Note that the demo is a separate project from opentk. OpenTK works with .Net 2.0+ and Mono 2.0+ (check the release notes for specific details). The demo right now requires .Net 3.5 and Mono 2.4.3, but this may to change at any moment.
Re: mono support currently working?
I used the preinstalled version of mono which is 2.4.2.3. I will try the demo with mono 2.4.3 and report back. :)
Re: mono support currently working?
I ran a couple of basic opentk examples (not demo) without problems.
I'm starting to like opentk since it has everything that i was missing when i still used tao for my mono based opengl stuff. Great work! ;)
Re: mono support currently working?
The demo should also compile and run on Ubuntu 9.10 now (but don't expect to see anything fancy yet). :)