Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 562 Bytes

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