@@ -111,7 +111,39 @@ dependencies {
111111| Library | Purpose |
112112| ---------| ---------|
113113| [ FastRobot] ( https://github.com/andrestubbe/fastrobot ) | Screen capture & automation |
114- | [ FastAI] ( https://github.com/andrestubbe/fastai ) | Unified AI client (Local + Cloud) |
114+ | FastAI | Unified AI client (Local + Cloud) — * Coming Q2 2026* |
115+ | FastGamepad | Controller support (XInput/DirectInput) — * Coming Q2 2026* |
116+
117+ ### 🎤 Audio (Coming Q3-Q4 2026)
118+ | Library | Purpose |
119+ | ---------| ---------|
120+ | FastAudio | Low-latency audio output |
121+ | FastAudioCapture | Real-time audio capture (WASAPI) |
122+ | FastTTS | Text-to-speech |
123+ | FastSTT | Speech-to-text |
124+
125+ ### 🔍 Vision & AI Pipeline (Coming 2026-2027)
126+ | Library | Purpose |
127+ | ---------| ---------|
128+ | FastVision | GPU template matching <10ms |
129+ | FastOCR | Optical character recognition |
130+ | FastEmbedding | Text embeddings |
131+ | FastVectorDB | In-memory vector search |
132+ | FastRAG | Retrieval-Augmented Generation |
133+ | FastMCP | Model Context Protocol |
134+
135+ ### 🛠️ Advanced System (Coming 2026-2027)
136+ | Library | Purpose |
137+ | ---------| ---------|
138+ | FastInput | Raw input reading (non-invasive) |
139+ | FastInputHook | Global low-level hooks |
140+ | FastWindow | Foreign window control |
141+ | FastProcess | Process introspection |
142+ | FastFileWatch | Instant file notifications |
143+ | FastOverlay | Transparent game overlays |
144+ | FastDWM | VSync & frame timing |
145+ | FastHash | SIMD hashing |
146+ | FastCompress | Fast compression |
115147
116148---
117149
@@ -165,10 +197,10 @@ Maximum performance through minimal overhead. JNI where it matters. Pure Java wh
165197
166198** [ ALPHA] ** — APIs may change. Not production-ready yet.
167199
168- - ✅ 20+ Libraries available
169- - ✅ Windows fully supported
170- - 🔄 Linux/macOS in progress
171- - 🔄 Maven Central coming soon
200+ - ✅ ** 20 Released ** — Available now on GitHub & JitPack
201+ - 🚧 ** 15 Coming Soon ** — Audio, Vision, AI, Advanced System (2026-2027)
202+ - 🔄 ** 27 Planned ** — Full 62-module pipeline
203+ - ✅ Windows fully supported — Linux/macOS in progress
172204
173205---
174206
0 commit comments