⚡ A lightweight, click-through native overlay module for the FastJava ecosystem. Visualize cursor paths and AI predictions with zero latency.
FastGhostMouse provides a high-performance, transparent native overlay for visual feedback. Built for bot visualization, UI debugging, and AI-driven cursor path prediction.
import fastghostmouse.FastGhostMouse;
public class Example {
public static void main(String[] args) {
// TODO
}
}- 🖱️ Ghost Cursor: Hardware-accelerated, click-through overlay cursor.
- ✨ Smooth Paths: Native DirectX rendering for flicker-free path visualization.
- 📦 Zero Latency: Bypasses the Java Swing/AWT event thread.
- 🚀 Click-Through: Completely focus-agnostic native window.
Add the JitPack repository and the dependencies to your pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.andrestubbe</groupId>
<artifactId>fastghostmouse</artifactId>
<version>v0.1.0</version>
</dependency>
<dependency>
<groupId>com.github.andrestubbe</groupId>
<artifactId>fastcore</artifactId>
<version>v0.1.0</version>
</dependency>
</dependencies>repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.andrestubbe:fastghostmouse:v0.1.0'
implementation 'com.github.andrestubbe:fastcore:v0.1.0'
}Download the latest JARs directly to add them to your classpath:
- 📦 * *fastghostmouse-v0.1.0.jar ** (The Core Library)
- ⚙️ fastcore-v0.1.0.jar ( The Mandatory Native Loader)
MIT License — See LICENSE file for details.
- FastFileIndex — Ultra-fast filesystem scanner
- FastTheme — High-performance native window styling
- FastThumb — Native Shell Image Engine
Part of the FastJava Ecosystem — Making the JVM faster. Small package. Maximum speed. Zero bloat. 🚀📋
