Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: (WIP) Command Console  (Read 3164 times)

0 Members and 1 Guest are viewing this topic.

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
(WIP) Command Console
« 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
Back to C++ gamedev with SFML in May 2023