简体   繁体   中英

How to use OpenTK.GLControl for Gtk# application

I want to use OpenTK library for my little GUI Gtk# application. I know, that I should include OpenTK.dll to Windows.Forms project and than I should include GLControl to toolbox and use it. But I can't do it in the MonoDevelop and Gtk.Window project, because I can't find GlControl after included OpenTK.dll! I can run and change OpenTK Sample Console application, but how can I use it in my application? Can anybody explain to me how can I use OpenTK and GLControl in Gtk.Window application?

Maybe this SO link will help? Have a look at the discussion and the code, it's bound to get you started. CHEERS!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM