Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML projects
»
LuaConsole (command console for Lua, with completions)
Print
Pages:
1
[
2
]
Author
Topic: LuaConsole (command console for Lua, with completions) (Read 24405 times)
0 Members and 1 Guest are viewing this topic.
FRex
Hero Member
Posts: 1848
Back to C++ gamedev with SFML in May 2023
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
»
Logged
Back to C++ gamedev with SFML in May 2023
Print
Pages:
1
[
2
]
SFML community forums
»
General
»
SFML projects
»
LuaConsole (command console for Lua, with completions)
anything