Skip to content

Finally, Class Libraries

Pre-release
Pre-release

Choose a tag to compare

@igtampe igtampe released this 19 Jul 00:36
· 189 commits to master since this release

BasicRender 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.