Heirloom
Heirloom copied to clipboard
A C# framework that provides utilities for 2D drawing, audio, basic algorithms, and more. Useful for quick prototyping and implementing games and other graphical applications. Heirloom currently is su...
Hi, Would you consider changing Heirloom.MiniAudio from internal class es to public class? This will give access for other project to used it, independently from Heirloom framework.
I noticed an unhandled exception when closing the window when using the Nuget packages after following the getting started tutorial.
Drawing outline shapes, curves or 'poly line' are currently implemented with `ctx.DrawLine(...)`. This is efficient, but can lead to visual breaks with thick lines or harsh angles.