A downloadable tool

ribbit-console is a command line logger and lua interpreter very much in development. The console allows you to expose your own functions via the official Lua C API.  The console has a rudimentary autocomplete system to save time on typing these functions.

You can download v0.3 from the file on this page or clone the repo from the link below. 

https://codeberg.org/FroggyGreen/ribbit-console

I've only tested the build on Arch Linux but I think it should work on any GNU/Linux distro out of the box or with a little tweaking.  I think you can also get ncurses on Windows but I haven't done any testing there.

The repo uses ncurses and lua headers by searching the system.  So make sure you have the packages and link to those dependencies when using the library. 

The lib still needs a lot of work, but I'm happy with my progress so far.

StatusIn development
CategoryTool
Rating
Rated 1.3 out of 5 stars
(13 total ratings)
AuthorFroggyGreen
Tagsc, console, lua, repo, tool

Download

Download
ribbit-console-v0.3.zip 25 kB

Install instructions

Do 'make' or 'make release' for the release build (trace and debug log disabled) OR 'make debug' for the debug build that enables all loggers.

Leave a comment

Log in with itch.io to leave a comment.