Finally, Class Libraries
Pre-releaseBasicRender and a few extra utilities have finally been released separately! Hopefully it'll make using these cositas a little easier.
BasicRender contains the basic rendering utilities.
BasicGraphics contains the functions to draw DF or HC files, both from files, or from resources (editable and creatable using Henja2). It depends on BasicRender
BasicWindows is a very basic UI system for the .NET Console, which allows users to create windows composed of interactable window elements. Each window is essentially it's own "program" as it's executed. You cannot switch between windows as there's no window manager, though windows can launch other windows so at least there's that. It depends on BasicRender and BasicGraphics, due to the Image window element.
Not a full release because maybe I'll need to make a few more functions while I code a better example.