Page 1 of 1

loveconsole

Posted: Fri Sep 29, 2017 3:03 am
by CodeWeaver
Hey, lovers! A couple of weeks ago, I started working on an ingame console module for a project I'm working on. As an exercise in API design, I decided I'd create a proper library and share it instead of hacking something together for only my purposes.

loveconsole can be found here.

tl;dr readme.md: Consoles can handle text input/output; inputs are sent to a user-defined callback function so you can handle the text however you want! Outputs can be specially-formatted with colors, highlights, emphasis, and even different fonts. This library is designed to fit your needs, so feel free to get creative~.

Image

Image

Let me know what you guys think!