Skip to content

andrestubbe/FastGhostMouse

Repository files navigation

FastGhostMouse v0.1.0 [ALPHA] — High-Performance Native Overlay Cursor for Java

Status License: MIT Java Platform JitPack


⚡ 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.


FastKeyboard Showcase


Table of Contents


Quick Start

import fastghostmouse.FastGhostMouse;

public class Example {
    public static void main(String[] args) {
        // TODO
    }
}

Features

  • 🖱️ 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.

Installation

Option 1: Maven (Recommended)

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>

Option 2: Gradle (via JitPack)

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.andrestubbe:fastghostmouse:v0.1.0'
    implementation 'com.github.andrestubbe:fastcore:v0.1.0'
}

Option 3: Direct Download (No Build Tool)

Download the latest JARs directly to add them to your classpath:

  1. 📦 * *fastghostmouse-v0.1.0.jar ** (The Core Library)
  2. ⚙️ fastcore-v0.1.0.jar ( The Mandatory Native Loader)

License

MIT License — See LICENSE file for details.


Related Projects


Part of the FastJava EcosystemMaking the JVM faster. Small package. Maximum speed. Zero bloat. 🚀📋

About

High-performance native ghost cursor overlay for Java applications with GPU-accelerated DirectComposition rendering. Features smooth 60fps animations, multi-monitor support, and text display in speech bubbles. Ideal for tutorials, demos, and visual feedback systems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors