An open API service indexing awesome lists of open source software.

https://github.com/umutsevdi/lled

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.
https://github.com/umutsevdi/lled

cplusplus cplusplus-17 cpp imgui lua lua-library luac

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

```sh
sudo apt install libglfw3 libglfw3-dev
```

![Window Manager Example](/screenshots/wm.png)