S
Silk.NET13mo ago
Seth

a

So we would just draw with silk.net sdl and opengl to the same window?
6 Replies
Lyris the Kitori
Lyris the Kitori13mo ago
if you want sure
Perksey
Perksey13mo ago
note that generally we do recommend using our windowing abstractions, you don't have to use SDL directly unless it's a core part of your workload
Seth
SethOP13mo ago
We need a way to use imgui with sfml or imgui with something that silk has all i see is opengl do you have any samples that have demo renderer? i made a triangle with fragment shader..
Perksey
Perksey13mo ago
this example shows ImGui with OpenGL using Silk.NET's abstractions https://github.com/dotnet/Silk.NET/blob/main/examples/CSharp/OpenGL%20Demos/ImGui/Program.cs
Seth
SethOP13mo ago
We're also using sfml for keyboard mouse
Perksey
Perksey13mo ago
We have abstractions for that too Demonstrated in that example in fact after all, ImGui would be pretty useless without input handling haha

Did you find this page helpful?