Skip to content

Commit 0f46f84

Browse files
author
FastJava Team
committed
Finalize fused ecosystem map in README.md, remove README2.md, and set all released modules to Alpha status
1 parent ff71712 commit 0f46f84

3 files changed

Lines changed: 140 additions & 406 deletions

File tree

MAP.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88

99
| Module | Status | Tech Stack | Purpose | Link |
1010
|--------|--------|------------|---------|------|
11-
| **FastCore** | ✅ Stable | JNI, DLL loader | Cross-platform native lib loader | [](https://github.com/andrestubbe/FastCore) |
12-
| **FastClipboard** | ✅ Stable | Win32, JNI | Native clipboard (2-3× faster) | [](https://github.com/andrestubbe/FastClipboard) |
13-
| **FastHotkey** | ✅ Stable | Win32 hooks, JNI | Global system-wide hotkeys | [](https://github.com/andrestubbe/FastHotkey) |
14-
| **FastTouch** | ✅ Stable | Win32 touch, JNI | Multi-touch & pressure input | [](https://github.com/andrestubbe/FastTouch) |
15-
| **FastStylus** | ✅ Stable | WM_POINTER, JNI | Pen pressure, tilt, eraser | [](https://github.com/andrestubbe/FastStylus) |
16-
| **FastTheme** | 🔧 Beta | WinRT, DWM | Native Windows theming | [](https://github.com/andrestubbe/FastTheme) |
17-
| **FastScreen** | ✅ Stable | DXGI, DirectX | 500-2000 FPS screen capture | [](https://github.com/andrestubbe/FastScreen) |
18-
| **FastImage** | 🔧 Beta | SIMD, AVX2 | SIMD image processing | [](https://github.com/andrestubbe/FastImage) |
19-
| **FastImageView** | 🔧 Beta | DirectX | DirectX image viewer | [](https://github.com/andrestubbe/FastImageView) |
20-
| **FastGraphics** | 🔧 Beta | DirectX, GPU | GPU-accelerated Graphics2D | [](https://github.com/andrestubbe/FastGraphics) |
21-
| **FastNotification** | ✅ Stable | WinRT, Toast | Native Windows notifications | [](https://github.com/andrestubbe/FastNotification) |
22-
| **FastRobot** | ✅ Stable | DirectX, SendInput | Automation & screen capture | [](https://github.com/andrestubbe/FastRobot) |
23-
| **FastDisplay** | 🔧 Beta | Win32, DWM | Native DPI/resolution/refresh-rate monitoring | [](https://github.com/andrestubbe/FastDisplay) |
24-
| **FastGhostMouse** | 🔧 Beta | DirectComposition, D2D | 120Hz GPU secondary mouse overlay | [](https://github.com/andrestubbe/FastGhostMouse) |
25-
| **FastFloat** | ✅ Stable | SIMD, AVX2 | Float/double parsing (5-12×) | [](https://github.com/andrestubbe/FastFloat) |
26-
| **FastString** | ✅ Stable | SIMD, UTF-8 | String ops (10-100×) | [](https://github.com/andrestubbe/FastString) |
27-
| **FastBytes** | ✅ Stable | SIMD, AVX2 | Byte operations (2-50×) | [](https://github.com/andrestubbe/FastBytes) |
28-
| **FastJSON** | ✅ Stable | SIMD, Zero-copy | JSON parser (50×) | [](https://github.com/andrestubbe/FastJSON) |
29-
| **FastMath** | 🔧 Beta | OpenCL, SIMD | GPU + SIMD math (3-8×) | [](https://github.com/andrestubbe/FastMath) |
30-
| **FastIO** | ✅ Stable | AVX2, DMA, mmap | SIMD-Search & Fast I/O (2-11×) | [](https://github.com/andrestubbe/FastIO) |
31-
| **FastTween** | ✅ Stable | Object pooling | Tweening engine | [](https://github.com/andrestubbe/FastTween) |
32-
| **FastAnimation** | ✅ Stable | Timeline | Animation orchestration | [](https://github.com/andrestubbe/FastAnimation) |
11+
| **FastCore** | 🔧 Alpha | JNI, DLL loader | Cross-platform native lib loader | [](https://github.com/andrestubbe/FastCore) |
12+
| **FastClipboard** | 🔧 Alpha | Win32, JNI | Native clipboard (2-3× faster) | [](https://github.com/andrestubbe/FastClipboard) |
13+
| **FastHotkey** | 🔧 Alpha | Win32 hooks, JNI | Global system-wide hotkeys | [](https://github.com/andrestubbe/FastHotkey) |
14+
| **FastTouch** | 🔧 Alpha | Win32 touch, JNI | Multi-touch & pressure input | [](https://github.com/andrestubbe/FastTouch) |
15+
| **FastStylus** | 🔧 Alpha | WM_POINTER, JNI | Pen pressure, tilt, eraser | [](https://github.com/andrestubbe/FastStylus) |
16+
| **FastTheme** | 🔧 Alpha | WinRT, DWM | Native Windows theming | [](https://github.com/andrestubbe/FastTheme) |
17+
| **FastScreen** | 🔧 Alpha | DXGI, DirectX | 500-2000 FPS screen capture | [](https://github.com/andrestubbe/FastScreen) |
18+
| **FastImage** | 🔧 Alpha | SIMD, AVX2 | SIMD image processing | [](https://github.com/andrestubbe/FastImage) |
19+
| **FastImageView** | 🔧 Alpha | DirectX | DirectX image viewer | [](https://github.com/andrestubbe/FastImageView) |
20+
| **FastGraphics** | 🔧 Alpha | DirectX, GPU | GPU-accelerated Graphics2D | [](https://github.com/andrestubbe/FastGraphics) |
21+
| **FastNotification** | 🔧 Alpha | WinRT, Toast | Native Windows notifications | [](https://github.com/andrestubbe/FastNotification) |
22+
| **FastRobot** | 🔧 Alpha | DirectX, SendInput | Automation & screen capture | [](https://github.com/andrestubbe/FastRobot) |
23+
| **FastDisplay** | 🔧 Alpha | Win32, DWM | Native DPI/resolution/refresh-rate monitoring | [](https://github.com/andrestubbe/FastDisplay) |
24+
| **FastGhostMouse** | 🔧 Alpha | DirectComposition, D2D | 120Hz GPU secondary mouse overlay | [](https://github.com/andrestubbe/FastGhostMouse) |
25+
| **FastFloat** | 🔧 Alpha | SIMD, AVX2 | Float/double parsing (5-12×) | [](https://github.com/andrestubbe/FastFloat) |
26+
| **FastString** | 🔧 Alpha | SIMD, UTF-8 | String ops (10-100×) | [](https://github.com/andrestubbe/FastString) |
27+
| **FastBytes** | 🔧 Alpha | SIMD, AVX2 | Byte operations (2-50×) | [](https://github.com/andrestubbe/FastBytes) |
28+
| **FastJSON** | 🔧 Alpha | SIMD, Zero-copy | JSON parser (50×) | [](https://github.com/andrestubbe/FastJSON) |
29+
| **FastMath** | 🔧 Alpha | OpenCL, SIMD | GPU + SIMD math (3-8×) | [](https://github.com/andrestubbe/FastMath) |
30+
| **FastIO** | 🔧 Alpha | AVX2, DMA, mmap | SIMD-Search & Fast I/O (2-11×) | [](https://github.com/andrestubbe/FastIO) |
31+
| **FastTween** | 🔧 Alpha | Object pooling | Tweening engine | [](https://github.com/andrestubbe/FastTween) |
32+
| **FastAnimation** | 🔧 Alpha | 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) |
3535
| **FastUIA** | 🔧 Alpha | Native UIA | Native Windows UI Automation | [](https://github.com/andrestubbe/FastUIA) |
@@ -155,9 +155,9 @@
155155

156156
## 📊 Stats
157157

158-
- **Released:** 25 modules
159-
- **Beta/Private:** 3 modules
160-
- **In Development:** 7 modules
158+
- **Released (Alpha):** 25 modules
159+
- **Beta/Private:** 0 modules
160+
- **In Development:** 10 modules
161161
- **Planned:** 29 modules
162162
- **Total:** 64 modules
163163

@@ -167,7 +167,6 @@
167167

168168
- [🏠 FastJava Organization](https://github.com/andrestubbe)
169169
- [⚡ Main README](https://github.com/andrestubbe/FastJava/blob/main/README.md)
170-
- [🚀 New README2](https://github.com/andrestubbe/FastJava/blob/main/README2.md)
171170
- [📦 JitPack Repository](https://jitpack.io/#andrestubbe)
172171

173172
---

0 commit comments

Comments
 (0)