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.
- Host: GitHub
- URL: https://github.com/umutsevdi/lled
- Owner: umutsevdi
- License: gpl-3.0
- Created: 2024-03-30T03:36:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T01:11:44.000Z (over 1 year ago)
- Last Synced: 2025-04-03T11:17:13.044Z (12 months ago)
- Topics: cplusplus, cplusplus-17, cpp, imgui, lua, lua-library, luac
- Language: C++
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
