hi, i read on OpenTK documentation that its WPF compatible but i can't find a wpf xaml example, with resize event and initialize function. Where i can find one? Thank you!
AFAIK the easiest way to do this right now is to embed WinForms and use GLControl:
http://msdn.microsoft.com/en-us/library/system.windows.forms.integration...
Comments
Re: OpenTK and WPF
AFAIK the easiest way to do this right now is to embed WinForms and use GLControl:
http://msdn.microsoft.com/en-us/library/system.windows.forms.integration...