Skip to content

Commit 7daf4f9

Browse files
author
FastJava Team
committed
Make Ecosystem Overview tables full width (4 columns) - add Status column with ✅ Stable/🔧 Beta/🚧 Planned
1 parent ba7bf39 commit 7daf4f9

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

README.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -74,77 +74,77 @@ dependencies {
7474
## 🗺️ Ecosystem Overview
7575

7676
### 🔧 System & Native Access
77-
| Library | Purpose | Tech |
78-
|---------|---------|------|
79-
| [FastCore](https://github.com/andrestubbe/fastcore) | Unified JNI loader | JNI, DLL loader |
80-
| [FastClipboard](https://github.com/andrestubbe/fastclipboard) | Native clipboard | Win32 API |
81-
| [FastHotkey](https://github.com/andrestubbe/fasthotkey) | Global hotkeys | Win32 hooks |
82-
| [FastTouch](https://github.com/andrestubbe/fasttouch) | Multi-touch & pressure | Win32 touch |
83-
| [FastStylus](https://github.com/andrestubbe/faststylus) | Pen pressure, tilt | WM_POINTER |
84-
| [FastIO](https://github.com/andrestubbe/fastio) | Memory-mapped I/O | IOCP, mmap |
77+
| Library | Purpose | Tech | Status |
78+
|---------|---------|------|--------|
79+
| [FastCore](https://github.com/andrestubbe/fastcore) | Unified JNI loader | JNI, DLL loader | ✅ Stable |
80+
| [FastClipboard](https://github.com/andrestubbe/fastclipboard) | Native clipboard | Win32 API | ✅ Stable |
81+
| [FastHotkey](https://github.com/andrestubbe/fasthotkey) | Global hotkeys | Win32 hooks | ✅ Stable |
82+
| [FastTouch](https://github.com/andrestubbe/fasttouch) | Multi-touch & pressure | Win32 touch | ✅ Stable |
83+
| [FastStylus](https://github.com/andrestubbe/faststylus) | Pen pressure, tilt | WM_POINTER | ✅ Stable |
84+
| [FastIO](https://github.com/andrestubbe/fastio) | Memory-mapped I/O | IOCP, mmap | ✅ Stable |
8585

8686
### 🎨 Graphics & UI
87-
| Library | Purpose | Tech |
88-
|---------|---------|------|
89-
| [FastScreen](https://github.com/andrestubbe/fastscreen) | Zero-copy screen capture | DXGI, DirectX |
90-
| [FastImage](https://github.com/andrestubbe/fastimage) | SIMD image processing | AVX2, SSE4 |
91-
| [FastGraphics](https://github.com/andrestubbe/fastgraphics) | GPU-accelerated Graphics2D | DirectX, GPU |
92-
| [FastTheme](https://github.com/andrestubbe/fasttheme) | Native Windows theming | WinRT, DWM |
93-
| [FastImageView](https://github.com/andrestubbe/fastimageview) | DirectX image viewer | DirectX |
94-
| [FastNotification](https://github.com/andrestubbe/fastnotification) | Native notifications | WinRT, Toast |
87+
| Library | Purpose | Tech | Status |
88+
|---------|---------|------|--------|
89+
| [FastScreen](https://github.com/andrestubbe/fastscreen) | Zero-copy screen capture | DXGI, DirectX | ✅ Stable |
90+
| [FastImage](https://github.com/andrestubbe/fastimage) | SIMD image processing | AVX2, SSE4 | 🔧 Beta |
91+
| [FastGraphics](https://github.com/andrestubbe/fastgraphics) | GPU-accelerated Graphics2D | DirectX, GPU | 🔧 Beta |
92+
| [FastTheme](https://github.com/andrestubbe/fasttheme) | Native Windows theming | WinRT, DWM | 🔧 Beta |
93+
| [FastImageView](https://github.com/andrestubbe/fastimageview) | DirectX image viewer | DirectX | 🔧 Beta |
94+
| [FastNotification](https://github.com/andrestubbe/fastnotification) | Native notifications | WinRT, Toast | ✅ Stable |
9595

9696
### ⚡ Performance Libraries
97-
| Library | Purpose | Tech |
98-
|---------|---------|------|
99-
| [FastFloat](https://github.com/andrestubbe/fastfloat) | SIMD float parsing | AVX2, SSE4 |
100-
| [FastString](https://github.com/andrestubbe/faststring) | UTF-8 string ops | SIMD, AVX2 |
101-
| [FastBytes](https://github.com/andrestubbe/fastbytes) | Bulk byte ops | AVX2, SSE4 |
102-
| [FastJSON](https://github.com/andrestubbe/fastjson) | Zero-copy JSON | SIMD parsing |
103-
| [FastMath](https://github.com/andrestubbe/fastmath) | Math acceleration | OpenCL, SIMD |
97+
| Library | Purpose | Tech | Status |
98+
|---------|---------|------|--------|
99+
| [FastFloat](https://github.com/andrestubbe/fastfloat) | SIMD float parsing | AVX2, SSE4 | ✅ Stable |
100+
| [FastString](https://github.com/andrestubbe/faststring) | UTF-8 string ops | SIMD, AVX2 | ✅ Stable |
101+
| [FastBytes](https://github.com/andrestubbe/fastbytes) | Bulk byte ops | AVX2, SSE4 | ✅ Stable |
102+
| [FastJSON](https://github.com/andrestubbe/fastjson) | Zero-copy JSON | SIMD parsing | ✅ Stable |
103+
| [FastMath](https://github.com/andrestubbe/fastmath) | Math acceleration | OpenCL, SIMD | 🔧 Beta |
104104

105105
### 🎬 Animation
106-
| Library | Purpose | Tech |
107-
|---------|---------|------|
108-
| [FastTween](https://github.com/andrestubbe/fasttween) | Ultra-fast tweening | Object pooling |
109-
| [FastAnimation](https://github.com/andrestubbe/fastanimation) | Timeline orchestration | Zero-GC |
106+
| Library | Purpose | Tech | Status |
107+
|---------|---------|------|--------|
108+
| [FastTween](https://github.com/andrestubbe/fasttween) | Ultra-fast tweening | Object pooling | ✅ Stable |
109+
| [FastAnimation](https://github.com/andrestubbe/fastanimation) | Timeline orchestration | Zero-GC | ✅ Stable |
110110

111111
### 🤖 AI & Automation
112-
| Library | Purpose | Tech |
113-
|---------|---------|------|
114-
| [FastRobot](https://github.com/andrestubbe/fastrobot) | Screen capture & automation | DirectX, SendInput |
115-
| FastAI | Unified AI client *Coming Q2 2026* | Local + Cloud API |
116-
| FastGamepad | Controller support *Coming Q2 2026* | XInput, DirectInput |
112+
| Library | Purpose | Tech | Status |
113+
|---------|---------|------|--------|
114+
| [FastRobot](https://github.com/andrestubbe/fastrobot) | Screen capture & automation | DirectX, SendInput | ✅ Stable |
115+
| FastAI | Unified AI client | Local + Cloud API | 🚧 Q2 2026 |
116+
| FastGamepad | Controller support | XInput, DirectInput | 🚧 Q2 2026 |
117117

118118
### 🔍 Vision & AI Pipeline (Coming 2026-2027)
119-
| Library | Purpose | Tech |
120-
|---------|---------|------|
121-
| FastVision | GPU template matching | GPU shaders |
122-
| [FastOCR](https://github.com/andrestubbe/FastOCR) | OCR | WinRT OCR |
123-
| FastEmbedding | Text embeddings | Local/Cloud |
124-
| FastVectorDB | Vector search | SIMD |
125-
| FastRAG | RAG pipeline | AI orchestration |
126-
| FastMCP | Model Context Protocol | MCP Standard |
119+
| Library | Purpose | Tech | Status |
120+
|---------|---------|------|--------|
121+
| FastVision | GPU template matching | GPU shaders | 🚧 Q3 2026 |
122+
| [FastOCR](https://github.com/andrestubbe/FastOCR) | OCR | WinRT OCR | 🔧 Beta |
123+
| FastEmbedding | Text embeddings | Local/Cloud | 🚧 Q4 2026 |
124+
| FastVectorDB | Vector search | SIMD | 🚧 2027 |
125+
| FastRAG | RAG pipeline | AI orchestration | 🚧 2027 |
126+
| FastMCP | Model Context Protocol | MCP Standard | 🚧 2027 |
127127

128128
### 🎤 Audio (Coming Q3-Q4 2026)
129-
| Library | Purpose | Tech |
130-
|---------|---------|------|
131-
| FastAudio | Low-latency audio | WASAPI |
132-
| FastAudioCapture | Real-time capture | WASAPI |
133-
| FastTTS | Text-to-speech | SAPI5, Azure |
134-
| FastSTT | Speech-to-text | Whisper, Cloud |
129+
| Library | Purpose | Tech | Status |
130+
|---------|---------|------|--------|
131+
| FastAudio | Low-latency audio | WASAPI | 🚧 Q3 2026 |
132+
| FastAudioCapture | Real-time capture | WASAPI | 🚧 Q3 2026 |
133+
| FastTTS | Text-to-speech | SAPI5, Azure | 🚧 Q4 2026 |
134+
| FastSTT | Speech-to-text | Whisper, Cloud | 🚧 Q4 2026 |
135135

136136
### 🛠️ Advanced System (Coming 2026-2027)
137-
| Library | Purpose | Tech |
138-
|---------|---------|------|
139-
| FastInput | Raw input reading | RawInput API |
140-
| FastInputHook | Global hooks | SetWindowsHookEx |
141-
| FastWindow | Window control | Win32 API |
142-
| FastProcess | Process introspection | Win32 API |
143-
| FastFileWatch | File notifications | ReadDirectoryChangesW |
144-
| FastOverlay | Game overlays | DirectX |
145-
| FastDWM | VSync & timing | DWM API |
146-
| FastHash | SIMD hashing | AVX2, SSE4 |
147-
| FastCompress | Fast compression | SIMD |
137+
| Library | Purpose | Tech | Status |
138+
|---------|---------|------|--------|
139+
| FastInput | Raw input reading | RawInput API | 🚧 Q3 2026 |
140+
| FastInputHook | Global hooks | SetWindowsHookEx | 🚧 Q3 2026 |
141+
| FastWindow | Window control | Win32 API | 🚧 Q3 2026 |
142+
| FastProcess | Process introspection | Win32 API | 🚧 Q3 2026 |
143+
| FastFileWatch | File notifications | ReadDirectoryChangesW | 🚧 Q3 2026 |
144+
| FastOverlay | Game overlays | DirectX | 🚧 Q4 2026 |
145+
| FastDWM | VSync & timing | DWM API | 🚧 Q4 2026 |
146+
| FastHash | SIMD hashing | AVX2, SSE4 | 🚧 2027 |
147+
| FastCompress | Fast compression | SIMD | 🚧 2027 |
148148

149149
---
150150

0 commit comments

Comments
 (0)