Just a quick question. Can I use OpenTK to draw to a C# form ? I'm working on a program, but the user interface is already finished, I just want to be able to use opentk to draw to a specific window. How do I go about doing this?
Thanks, cacotigon
Yes, you can use the GLControl. (Short version of the linked tutorial: drag and drop a GLControl onto your Form).
That's great. Thanks!
Comments
Re: C# window and openTK
Yes, you can use the GLControl. (Short version of the linked tutorial: drag and drop a GLControl onto your Form).
Re: C# window and openTK
That's great. Thanks!