I was wondering if anyone has used OpenGl or OpenTK in a .NET desktop app powered by WiseJ. I’m concerned that the proprietary tools are not supported by WiseJ. If not what is a good library to consider for 3D graphics?
Thanks!
Gerry
For using OpenGL with Wisej, you can use the OpenGL browser api. See the mozilla webgl javascript api: https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
You’ll do this by calling javascript code from a Wisej project. For more information on how to do that, see here: https://docs.wisej.com/docs/concepts/javascript and here: https://docs.wisej.com/docs/controls/content/widget
For OpenTK, it is written in C#, so you can just add the OpenTK nuget package to a Wisej project: https://www.nuget.org/packages/OpenTK/
Note that OpenTK for .NET 5+ is in active development, but is not yet stable. You might want to use an older version of .NET in your project if you plan to use OpenTK: https://opentk.net/
As for other libraries, you can consider the SAP viewer: https://wisej.com/support/question/wpf-and-xaml
Please login first to submit.