Customized fork of github.com/rxi/lite
at main 540 B view raw
1lite (emmeline's fork) 2====================== 3 4A fork of the [lite](https://github.com/rxi/lite) editor by rxi. 5 6A lightweight editor written in Lua. 7 8Usage: <doc/usage.md> 9Plugins: <https://github.com/rxi/lite-plugins> 10Themes: <https://github.com/rxi/lite-colors> 11 12Build 13----- 14 15 $ git clone https://tangled.org/emmeline.girlkisser.top/lite 16 $ cd lite 17 $ ./build.sh 18 $ ln -s $(pwd)/lite ~/.local/bin/ 19 $ lite . 20 21Changes 22------- 23 24- [x] Reformat to my code style :p 25- [x] Update to SDL 3 26- [ ] Use LuaJIT 27 28License 29------- 30 31 MIT License