|
32 | 32 | | **FastAnimation** | ✅ Stable | Timeline | Animation orchestration | [→](https://github.com/andrestubbe/FastAnimation) | |
33 | 33 | | **FastWindow** | 🔧 Alpha | Win32, JNI | Native window management engine | [→](https://github.com/andrestubbe/FastWindow) | |
34 | 34 | | **FastKeyboard** | 🔧 Alpha | RawInput, JNI | Low-latency keyboard capture | [→](https://github.com/andrestubbe/FastKeyboard) | |
| 35 | +| **FastUIA** | 🔧 Alpha | Native UIA | Native Windows UI Automation | [→](https://github.com/andrestubbe/FastUIA) | |
| 36 | +| **FastTokenizer** | 🔧 Alpha | Deterministic | Lightweight code analysis | [→](https://github.com/andrestubbe/FastTokenizer) | |
| 37 | +| **FastPreview** | 🔧 Alpha | PDFium, WV2 | High-speed content rendering | [→](https://github.com/andrestubbe/FastPreview) | |
35 | 38 |
|
36 | 39 | --- |
37 | 40 |
|
|
111 | 114 | ## 🎯 Module Categories |
112 | 115 |
|
113 | 116 | ``` |
114 | | -┌─────────────────────────────────────────────────────────────┐ |
115 | | -│ INPUT │ SYSTEM │ DISPLAY │ DATA │ |
116 | | -├─────────────────────────────────────────────────────────────┤ |
117 | | -│ FastHotkey │ FastCore │ FastScreen │ FastIO │ |
118 | | -│ FastTouch │ FastClipboard │ FastImage │ FastJSON │ |
119 | | -│ FastStylus │ FastTheme │ FastGraphics │ FastFloat │ |
120 | | -│ FastRobot │ FastWindow │ FastDisplay │ FastString│ |
121 | | -│ FastMouse │ FastProcess │ FastOverlay │ FastBytes │ |
122 | | -│ FastKeyboard │ FastFileWatch │ FastImageSearch│ FastHash │ |
123 | | -└─────────────────────────────────────────────────────────────┘ |
| 117 | +┌─────────────────────────────────────────────────────────────────────────────┐ |
| 118 | +│ INPUT │ SYSTEM │ DISPLAY │ DATA │ |
| 119 | +├─────────────────┼──────────────────┼───────────────────┼────────────────────┤ |
| 120 | +│ FastHotkey │ FastCore │ FastScreen │ FastIO │ |
| 121 | +│ FastTouch │ FastClipboard │ FastImage │ FastJSON │ |
| 122 | +│ FastStylus │ FastTheme │ FastGraphics │ FastFloat │ |
| 123 | +│ FastRobot │ FastWindow │ FastDisplay │ FastString │ |
| 124 | +│ FastMouse │ FastUIA │ FastOverlay │ FastBytes │ |
| 125 | +│ FastKeyboard │ FastFileWatch │ FastPreview │ FastTokenizer │ |
| 126 | +└─────────────────┴──────────────────┴───────────────────┴────────────────────┘ |
124 | 127 |
|
125 | 128 | ┌─────────────────────────────────────────────────────────────┐ |
126 | 129 | │ AUDIO │ AI │ UTILS │ DEBUG │ |
|
152 | 155 |
|
153 | 156 | ## 📊 Stats |
154 | 157 |
|
155 | | -- **Released:** 22 modules |
| 158 | +- **Released:** 25 modules |
156 | 159 | - **Beta/Private:** 3 modules |
157 | 160 | - **In Development:** 7 modules |
158 | | -- **Planned:** 32 modules |
| 161 | +- **Planned:** 29 modules |
159 | 162 | - **Total:** 64 modules |
160 | 163 |
|
161 | 164 | --- |
|
0 commit comments