Skip to content

BasicRender is a graphics library that make it easy to render graphics and basic images to a console screen.

License

Notifications You must be signed in to change notification settings

igtampe/BasicRender

Repository files navigation

The Toolkit Logo

BasicRender is a graphics library that makes it easy to display graphics on a console screen. Four libraries are included, and can all be downloaded over at the release page.

This project also includes a small demo program. After a neat little BasicWindow, it tells the very very tiny 8 line story of a man who insulted an AI for the last time. It includes exactly one landscape I drew in henja that came out horrible great.

And so the man died. The end.

Here are some other more specific examples of what BasicRender and its extensions can do:

BasicGraphics BasicWindows
BasicGraphics' HC (middle) and DF (right) rendering modes BasicWindows' Exception Dialogbox
BasicFonts BasicShapes
BasicFonts' BasicClock example, showing its clock font BasicShapes' demo portion showing lines, curves, polygons, and translation

In each project's folder you'll see a readme with a bit of documentation. Each method also has XML documentation so you don't have to have this markdown document open.