Hi, I'm creating a mac app using xamarin. How would I add hardware acceleration?
The only function I really want is a fast way to draw images (preferably an NSImage) into a nswindow/nsview.
I'm not sure where to start.
Is there a sample I could look at? Do I use open GL?
Currently I use NSGraphicsContext and NSImage and drawInRect, but it's very veeery slow.