6 Replies
if you want sure
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
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..
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
We're also using sfml for keyboard mouse
We have abstractions for that too
Demonstrated in that example in fact
after all, ImGui would be pretty useless without input handling haha