Gary Huang
Gary Huang
Hello, I am currently using ImGui.NET and SDL-CS in my project. It uses the SDL Platform and Renderer as a Dear ImGui backend. You can checkout the main integration implementation...
Okay so your comment led me to some more digging. Originally, I was thinking about using `readthedocs.org`, but I have never heard of Doxygen before. I briefly looked at its...
That looks good, we can definitely use it when we create our documentation.
I am not sure how difficult implementing a good triangulation algorithm will be, but feel free to try it if you want to!
Implement the convex hull algorithm to support better bounds recalculation for instanced and transformed `PreparedPack`s.
Implement the `Prng` abstract class with the PCG pseudo random number generator. This should become the primary random source for echo in the future.