Skip to content

Commit f96a32c

Browse files
author
FastJava Team
committed
docs: reorder UI section in README.md as requested
1 parent 5d6a410 commit f96a32c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
208208
| Module | Speed vs Java | Key Metrics | Tech | Status |
209209
|--------|---------------|-------------|------|--------|
210210
| **[FastTheme](https://github.com/andrestubbe/fasttheme)** | **❌ Java can't** | Native Windows theming | WinRT, DWM | Alpha |
211-
| **[FastTerminal](https://github.com/andrestubbe/FastTerminal)** | **❌ Java can't** | Double-buffered TUI blitting | Win32 console, JNI | Alpha |
212-
| **[FastConPTY](https://github.com/andrestubbe/FastConPTY)** | **** | Native Windows ConPTY connector | Win32 PTY | Alpha |
213-
| **[FastTUI](https://github.com/andrestubbe/FastTUI)** | **** | Terminal UI framework for Java | Win32 Console | Alpha |
214-
| **[FastTerminal3D](https://github.com/andrestubbe/FastTerminal3D)** | **** | 3D terminal renderer for Java | Terminal | Alpha |
215-
| **[FastNotification](https://github.com/andrestubbe/fastnotification)** | **❌ Broken** | SystemTray broken → native WinRT | WinRT, Toast| Alpha |
216211
| **[FastUI](https://github.com/andrestubbe/FastUI)** | **** | Core UI building blocks | Native | Alpha |
217212
| **[FastProportion](https://github.com/andrestubbe/FastProportion)** | **** | Proportional layout engine | Core | Alpha |
218213
| **[FastGrid](https://github.com/andrestubbe/FastGrid)** | **** | High-performance grid layout | Core | Alpha |
214+
| **[FastNotification](https://github.com/andrestubbe/fastnotification)** | **❌ Broken** | SystemTray broken → native WinRT | WinRT, Toast| Alpha |
215+
| **[FastConPTY](https://github.com/andrestubbe/FastConPTY)** | **** | Native Windows ConPTY connector | Win32 PTY | Alpha |
216+
| **[FastTerminal](https://github.com/andrestubbe/FastTerminal)** | **❌ Java can't** | Double-buffered TUI blitting | Win32 console, JNI | Alpha |
217+
| **[FastTerminal3D](https://github.com/andrestubbe/FastTerminal3D)** | **** | 3D terminal renderer for Java | Terminal | Alpha |
218+
| **[FastTUI](https://github.com/andrestubbe/FastTUI)** | **** | Terminal UI framework for Java | Win32 Console | Alpha |
219219

220220
### 16. Compute
221221
| Module | Speed vs Java | Key Metrics | Tech | Status |

0 commit comments

Comments
 (0)