Skip to content

Commit 6e03319

Browse files
author
FastJava Team
committed
Update MAP.md: add FastUIA, FastTokenizer, FastPreview; update stats and diagram
1 parent e61109a commit 6e03319

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

MAP.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
| **FastAnimation** | ✅ Stable | Timeline | Animation orchestration | [](https://github.com/andrestubbe/FastAnimation) |
3333
| **FastWindow** | 🔧 Alpha | Win32, JNI | Native window management engine | [](https://github.com/andrestubbe/FastWindow) |
3434
| **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) |
3538

3639
---
3740

@@ -111,16 +114,16 @@
111114
## 🎯 Module Categories
112115

113116
```
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 │ FastImageSearchFastHash
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+
└──────────────────────────────────────────────────────┴────────────────────┘
124127
125128
┌─────────────────────────────────────────────────────────────┐
126129
│ AUDIO │ AI │ UTILS │ DEBUG │
@@ -152,10 +155,10 @@
152155

153156
## 📊 Stats
154157

155-
- **Released:** 22 modules
158+
- **Released:** 25 modules
156159
- **Beta/Private:** 3 modules
157160
- **In Development:** 7 modules
158-
- **Planned:** 32 modules
161+
- **Planned:** 29 modules
159162
- **Total:** 64 modules
160163

161164
---

0 commit comments

Comments
 (0)