umutsevdi / lled

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lled

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.

LLED is a text editor and a Lua interpreter.

  • LLED can open files, or create new files with the native file dialogue of the operating system.
  • LLED can execute lines or the entire file.
  • All processes share the same Lua runtime meaning different files can pass each other variables or functions.
  • LLED also provides a terminal shell to the runtime, through the terminal.
sudo apt install libglfw3 libglfw3-dev

Window Manager Example

About

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.

License:GNU General Public License v3.0


Languages

Language:C++ 86.8%Language:Shell 6.3%Language:CMake 5.2%Language:Lua 1.7%