opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
463 stars 115 forks source link

Console and Winform #59

Closed wsjlmq closed 3 years ago

wsjlmq commented 3 years ago

Here is examples of the console. Where should I find examples of Winform?

NogginBops commented 3 years ago

I don't think there are any WinForms examples available atm. There is a small example in the GLControl repo: https://github.com/opentk/GLControl/tree/master/OpenTK.WinForms.TestForm It uses deprecated opengl functions though so you don't want to use the rendering code from that example.