Use Silk.Net instead of OpenTK #3449
SorceryAdmin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have been using SkiaSharp with Teh WinForm Control for my projects and to create fast modern looking Winform compatible controls
https://www.reddit.com/r/WinForms/comments/1f5ffot/showcase_winform_designer_for_skia_ui_controls/
I found that for large complex UI and fast redraw this can outperform any other framework but then I start having issues and after research the problem comes with OpenTK I created a Control Like the SKControl with Opentk you have using Silk.Net also is start safe if for whatever reason can't start OpenGL(like a remote machine RDP with no GL context) will perform operations using unsafe code for speed and regular cpu render.
If you are interested I think this will be a good path for a WinForm Control.
All reactions