|
18 | 18 | | **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | Graphics | **600%** | GPU DirectX vs Java2D software | |
19 | 19 | | **[FastFloat](https://github.com/andrestubbe/fastfloat)** | Math | **5-12×** | SIMD parsing vs Float.parseFloat() | |
20 | 20 | | **[FastRobot](https://github.com/andrestubbe/fastrobot)** | Automation | **10-17×** | DirectX capture vs AWT Robot | |
| 21 | +| **[FastDisplay](https://github.com/andrestubbe/FastDisplay)** | Display | **Instant** | Native DPI/resolution/refresh-rate monitoring | |
| 22 | +| **[FastGhostMouse](https://github.com/andrestubbe/FastGhostMouse)** | Overlay | **120Hz GPU** | Secondary mouse overlay — DirectComposition | |
| 23 | +| **[FastAI](https://github.com/andrestubbe/FastAI)** | AI | **5min setup** | Unified LLM client — Ollama, OpenAI, Claude | |
21 | 24 | | **[FastImage](https://github.com/andrestubbe/fastimage)** | Graphics | **10-50×** | SIMD resize/blur vs BufferedImage | |
22 | 25 | | **[FastIO](https://github.com/andrestubbe/fastio)** | System | **5-20×** | Memory-mapped vs java.nio | |
23 | 26 | | **[FastMath](https://github.com/andrestubbe/fastmath)** | Math | **3-8×** | JNI SIMD + OpenCL GPU vs java.lang.Math | |
|
72 | 75 | | Library | Purpose | Tech | State | |
73 | 76 | |---------|---------|------|-------| |
74 | 77 | | **[FastRobot](https://github.com/andrestubbe/fastrobot)** | Screen capture & automation | DirectX, SendInput | Alpha | |
| 78 | +| **[FastGhostMouse](https://github.com/andrestubbe/FastGhostMouse)** | GPU secondary mouse overlay | DirectComposition, D2D | Alpha | |
| 79 | +| **[FastDisplay](https://github.com/andrestubbe/FastDisplay)** | Display/DPI monitoring | Win32, DWM | Alpha | |
75 | 80 | | FastWindow | Window management | Win32 API | TODO | |
76 | 81 | | FastWindowHook | Window hooks | Win32 | TODO | |
77 | 82 | | **[FastNotification](https://github.com/andrestubbe/fastnotification)** | Native notifications | WinRT, Toast | Alpha | |
@@ -243,7 +248,7 @@ FastJava exists because truth shows up in microseconds, not in slogans. |
243 | 248 |
|
244 | 249 | **[ALPHA]** — APIs may change. Not production-ready yet. |
245 | 250 |
|
246 | | -- ✅ **27 Released** — Available now on GitHub & JitPack |
| 251 | +- ✅ **30 Released** — Available now on GitHub & JitPack |
247 | 252 | - 🚧 **14 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027) |
248 | 253 | - 🔄 **37 Planned** — Full 78-module pipeline |
249 | 254 | - ✅ Windows fully supported — Linux/macOS in progress |
|
0 commit comments