File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ Complete page structure for `/docs`:
354354| Module | Dependencies |
355355| -------| -------------|
356356| FastIO | FastCore |
357+ | FastImage | FastCore |
357358| FastMemoryScan | FastProcess |
358359| FastGPUCopy | FastCore |
359360| FastIPC | FastCore |
@@ -414,6 +415,7 @@ Complete page structure for `/docs`:
414415| FastRobot | 10/10 | FastCore | ✅ Expanding |
415416| FastGraphics | 10/10 | FastCore | 🔄 Completing |
416417| FastTheme | 9/10 | FastWindow | ✅ Released v1.2.0 |
418+ | FastImage | 8/10 | FastCore | 🚧 Beta v1.0.0 |
417419| FastScreen | 9/10 | FastGraphics | 📝 Extract from FastRobot |
418420
419421### 🎯 Deliverables 2026
Original file line number Diff line number Diff line change 2727| ** [ FastHotkey] ( https://github.com/andrestubbe/fasthotkey ) ** | Global system-wide hotkeys | ** Impossible** in pure Java | ✅ Released |
2828| ** [ FastTheme] ( https://github.com/andrestubbe/fasttheme ) ** | Windows dark/light theme detection | ** Impossible** in pure Java | ✅ Released v1.2.0 |
2929| ** [ FastTouch] ( https://github.com/andrestubbe/fasttouch ) ** | Native multi-touch input | ** Impossible** in pure Java | ✅ Released v1.1.0 |
30+ | ** [ FastImage] ( https://github.com/andrestubbe/fastimage ) ** | SIMD image processing | ** 10-50× faster** than BufferedImage | 🚧 Beta v1.0.0 |
3031| ** [ FastIO] ( https://github.com/andrestubbe/fastio ) ** | Ultra-fast file I/O & parsing | ** 5-20× faster** than NIO | 🚧 Beta |
3132| ** [ FastGraphics] ( https://github.com/andrestubbe/fastgraphics ) ** | GPU-accelerated 2D rendering | ** 600% faster** than Graphics2D | 🚧 Beta |
3233| ** [ FastMath] ( https://github.com/andrestubbe/fastmath ) ** | SIMD + GPU accelerated math | ** 2–100× faster** | 🚧 Growing |
You can’t perform that action at this time.
0 commit comments