|
8 | 8 |
|
9 | 9 | | Module | Status | Tech Stack | Purpose | Link | |
10 | 10 | |--------|--------|------------|---------|------| |
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) | |
33 | 33 | | **FastWindow** | 🔧 Alpha | Win32, JNI | Native window management engine | [→](https://github.com/andrestubbe/FastWindow) | |
34 | 34 | | **FastKeyboard** | 🔧 Alpha | RawInput, JNI | Low-latency keyboard capture | [→](https://github.com/andrestubbe/FastKeyboard) | |
35 | 35 | | **FastUIA** | 🔧 Alpha | Native UIA | Native Windows UI Automation | [→](https://github.com/andrestubbe/FastUIA) | |
|
155 | 155 |
|
156 | 156 | ## 📊 Stats |
157 | 157 |
|
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 |
161 | 161 | - **Planned:** 29 modules |
162 | 162 | - **Total:** 64 modules |
163 | 163 |
|
|
167 | 167 |
|
168 | 168 | - [🏠 FastJava Organization](https://github.com/andrestubbe) |
169 | 169 | - [⚡ Main README](https://github.com/andrestubbe/FastJava/blob/main/README.md) |
170 | | -- [🚀 New README2](https://github.com/andrestubbe/FastJava/blob/main/README2.md) |
171 | 170 | - [📦 JitPack Repository](https://jitpack.io/#andrestubbe) |
172 | 171 |
|
173 | 172 | --- |
|
0 commit comments