Vision: To provide the fastest possible native primitives for robot automation by aggressively bypassing bottlenecks in standard Java.
- Core Native Engine: Basic JNI implementation for Win32 SendInput and screen capture.
- Blueprint Standards: README, Reference, and Philosophy integration.
- FastImage Ecosystem Integration: Direct
captureImage(...)and zero-copygetFrameImage()bridge. - Visual Studio 2026/2022 Auto-Detection: Universal build automation via
vswhere.exe. - JMH Benchmark Suite: Official comparative benchmark suite against
java.awt.Robot.
- SIMD Acceleration: Implement AVX2/SSE4.2 paths for core loops.
- Software Prefetching: Optimize memory access patterns.
- Alignment Enforcement: Ensure zero-penalty memory boundaries.
- ARM NEON Port: Parity for Apple Silicon/Mobile.
- Advanced Features: Multi-threaded paths and complex batch operations.
- Full Stability Audit: Long-run stress testing.
- Enterprise Support: NUMA-awareness and Large Pages support.
Focus: Performance is our USP. We optimize where Java stops.