|
35 | 35 |
|
36 | 36 | ## � Coming Soon (No Links Yet) |
37 | 37 |
|
38 | | -**Q2 2026:** FastAI (Unified AI), FastInput (RawInput), FastGamepad (XInput) |
| 38 | +**Q2 2026:** FastAI (Unified AI), FastMouse & FastKeyboard (RawInput), FastGamepad (XInput) |
39 | 39 | **Q3 2026:** FastVision (GPU shaders), FastAudio (WASAPI), FastWindow, FastProcess, FastFileWatch |
40 | 40 | **Q4 2026:** FastOverlay, FastDWM |
41 | 41 | **2027+:** FastHash, FastAudioCapture, FastTTS, FastSTT, FastVectorDB, FastRAG, FastMCP |
|
56 | 56 | | FastProcessWatch | Process start/stop triggers | Win32 Events | |
57 | 57 | | FastWindowEvents | Window move/resize events | Win32 Hooks | |
58 | 58 | | FastSystemMetrics | Mouse speed, drag threshold | Win32 API | |
| 59 | +| FastHardware | Global CPU/RAM/Disk/Thermal stats | PDH/WMI | |
59 | 60 | | FastNotifications (Linux) | Linux native notifications | DBus | |
60 | 61 | | FastNotifications (macOS) | macOS native notifications | UNUserNotificationCenter | |
61 | 62 |
|
62 | 63 | ### Display & Graphics |
63 | 64 | | Module | Purpose | Tech | |
64 | 65 | |--------|---------|------| |
65 | 66 | | FastDisplay | Direct framebuffer access | GPU | |
66 | | -| FastColorSearch | SIMD pixel pattern matching | AVX2/SSE4 | |
| 67 | +| FastImageSearch | SIMD pixel pattern matching | AVX2/SSE4 | |
67 | 68 | | FastGPUCopy | Zero-copy GPU↔CPU transfers | DMA | |
68 | 69 |
|
69 | 70 | ### Data & Algorithms |
|
115 | 116 | │ FastTouch │ FastClipboard │ FastImage │ FastJSON │ |
116 | 117 | │ FastStylus │ FastTheme │ FastGraphics │ FastFloat │ |
117 | 118 | │ FastRobot │ FastWindow │ FastDisplay │ FastString│ |
118 | | -│ FastInput │ FastProcess │ FastOverlay │ FastBytes │ |
119 | | -│ FastGamepad │ FastFileWatch │ FastColor │ FastHash │ |
| 119 | +│ FastMouse │ FastProcess │ FastOverlay │ FastBytes │ |
| 120 | +│ FastKeyboard │ FastFileWatch │ FastImageSearch│ FastHash │ |
120 | 121 | └─────────────────────────────────────────────────────────────┘ |
121 | 122 |
|
122 | 123 | ┌─────────────────────────────────────────────────────────────┐ |
|
0 commit comments