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

Author Topic: LuaConsole (command console for Lua, with completions)  (Read 21066 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
Re: LuaConsole (command console for Lua, with completions)
« Reply #15 on: March 29, 2018, 06:09:30 am »
I've fixed a few arcane bugs/oversights and split the example code into its own repo: https://github.com/FRex/LuaConsoleProgram

I've also added a pretty print hook to the main console lib.

The example program uses this hook and pprint library by jagt to pretty print the values (see screenshot).

Here is an exe link for the program (includes all libs, font and puc lua 5.1): https://ln.sync.com/dl/b2b4a5900/dhhqd842-n268qvr8-nq7cgx2c-r55z9jzv

« Last Edit: March 29, 2018, 06:11:10 am by FRex »
Back to C++ gamedev with SFML in May 2023