SFML community forums

General => SFML projects => Topic started by: FRex on December 30, 2015, 06:34:01 pm

Title: (WIP) Command Console
Post by: FRex on December 30, 2015, 06:34:01 pm
I cleaned up my LuaConsole( http://en.sfml-dev.org/forums/index.php?topic=15962 ) and made it into a generic one (there's a driver class you need to implement to get hints and eval).
I will probably "port" LuaConsole to use this with a pre-written LuaDriver or something soon(tm) too.
Code: https://github.com/FRex/Console