@@ -47,12 +47,12 @@ Available for Linux, Windows and macOS
47
47
<div class =" grid cards " markdown >
48
48
49
49
- :material-feather:{ .lg .middle } ** Lightweight**
50
-
50
+
51
51
---
52
52
53
- Lite XL is super lightweight;
54
- 10 MB of RAM and no GPU requirements at all.
55
- If your platform is supported by SDL2, ** it will work ** .
53
+ Lite XL comes in a bundle less than 5MB and runs well on most platforms -
54
+ from desktops to single board computers with a weak ARM CPU
55
+ and 1GB of RAM .
56
56
57
57
- :material-lightning-bolt:{ .lg .middle } ** Powerful**
58
58
@@ -65,8 +65,8 @@ Available for Linux, Windows and macOS
65
65
66
66
---
67
67
68
- Lite XL is insanely hackable — there are no rigid plugin API to hold you back.
69
- Override anything and everything, do whatever you want .
68
+ Lite XL is insanely hackable — there are no rigid APIs to hold you back,
69
+ and the code is simple to tinker with .
70
70
71
71
</div >
72
72
@@ -75,10 +75,17 @@ Available for Linux, Windows and macOS
75
75
- :material-code-tags:{ .lg .middle } ** Customizable**
76
76
77
77
---
78
-
79
- Lite XL is extremely customizable, completely scriptable with Lua.
80
- In fact, most of Lite XL is written entirely in Lua, C is only
81
- used when necessary.
78
+
79
+ Lite XL is completely scriptable with Lua.
80
+ C is only used to communicate with the OS while Lua is used for everything else.
81
+
82
+ - :material-monitor:{ .lg .middle } ** Portable**
83
+
84
+ ---
85
+
86
+ Lite XL runs on many platforms, including Windows, Linux, macOS,
87
+ FreeBSD, [ Android] [ android ] , [ AmigaOS & MorphOS] [ amiga ]
88
+ and [ the Web] [ wasm ] !
82
89
83
90
- :material-connection:{ .lg .middle } ** Hyperextensible**
84
91
@@ -126,6 +133,9 @@ Available for Linux, Windows and macOS
126
133
[ github ] : https://github.com/lite-xl/lite-xl
127
134
[ summer ] : ./assets/screenshots/theme-summer.png#only-light
128
135
[ default ] : ./assets/screenshots/theme-default.png#only-dark
136
+ [ android ] : https://github.com/adamharrison/lite-xl-android " Lite XL Android Port by Adam "
137
+ [ amiga ] : https://git.walkero.gr/walkero/lite-xl " AmigaOS & MorphOS Port by Walkero "
138
+ [ wasm ] : https://lite-xl.com/playground " Lite XL compiled into WebAssembly "
129
139
[ setup ] : setup/getting-started.md
130
140
[ user-guide ] : user-guide/introduction.md
131
- [ developer-guide ] : developer-guide/index.md
141
+ [ developer-guide ] : developer-guide/index.md
0 commit comments