.NETted GL???

Would it be a wise choice to develop a 3D CAD program using .NET framework for GUI and user interaction and a separate module written in a lower level language, C++, for rendering?

How does OpenGL interact with WinForms?

GL works just fine with Winforms. Works with WPF to boot.

OpenGL works fine inside Windows.Forms, under Windows, Linux and up to a point Mac OS X. Definitely worth checking this possibility out. Take a look at http://www.opentk.com and http://www.taoframework.com

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.