kocha
How do I implement a Camera Class in C# Forms?
Silk.Net has nice bindings for GPU stuff, so you could start there: https://dotnet.github.io/Silk.NET/docs/opengl/c1/1-hello-window/
9 replies
Application memory keeps increasing
https://github.com/FlurinBruehwiler/flamui This is the code, to test i run the Sample.ComponentGallery sample
27 replies
Application memory keeps increasing
what do you mean by "managed correctly", I know that there are no references for this memory that are kept beyond the current frame, because when I run the GC, it gets freed. When I run dotmemory i see what objects are allocated each frame, and it seems fine.
27 replies