Skip to content

Commit 368de3b

Browse files
committed
Auto Update
1 parent bf72c29 commit 368de3b

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastGhostMouse v0.1.0 [ALPHA] — High-Performance Native Overlay Cursor for Java
1+
# FastGhostMouse v0.1.0 [ALPHA] High-Performance Native Overlay Cursor for Java
22

33
[![Status](https://img.shields.io/badge/status-v0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastGhostMouse/releases/tag/v0.1.0)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -8,7 +8,7 @@
88

99
---
1010

11-
**âš¡ A lightweight, click-through native overlay module for the FastJava ecosystem. Visualize cursor paths and AI
11+
** A lightweight, click-through native overlay module for the FastJava ecosystem. Visualize cursor paths and AI
1212
predictions with zero latency.**
1313

1414
**FastGhostMouse** provides a high-performance, transparent native overlay for visual feedback. Built for bot
@@ -76,10 +76,10 @@ public class Example {
7676

7777
## Features
7878

79-
- **🖱️ Ghost Cursor**: Hardware-accelerated, click-through overlay cursor.
80-
- **✨ Smooth Paths**: Native DirectX rendering for flicker-free path visualization.
81-
- **📦 Zero Latency**: Bypasses the Java Swing/AWT event thread.
82-
- **🚀 Click-Through**: Completely focus-agnostic native window.
79+
- **🖱️ Ghost Cursor**: Hardware-accelerated, click-through overlay cursor.
80+
- ** Smooth Paths**: Native DirectX rendering for flicker-free path visualization.
81+
- **📦 Zero Latency**: Bypasses the Java Swing/AWT event thread.
82+
- **🚀 Click-Through**: Completely focus-agnostic native window.
8383

8484
---
8585

@@ -128,16 +128,16 @@ dependencies {
128128

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

131-
1. 📦 **[fastghostmouse-v0.1.0.jar](https://github.com/andrestubbe/FastGhostMouse/releases/download/v0.1.0/fastghostmouse-v0.1.0.jar)** (The Core Library)
132-
2. 📦 **[fastcore-v0.1.0.jar](https://github.com/andrestubbe/FastCore/releases/download/v0.1.0/fastcore-v0.1.0.jar)** (The Mandatory Native JNI Loader)
131+
1. 📦 **[fastghostmouse-v0.1.0.jar](https://github.com/andrestubbe/FastGhostMouse/releases/download/v0.1.0/fastghostmouse-v0.1.0.jar)** (The Core Library)
132+
2. 📦 **[fastcore-v0.1.0.jar](https://github.com/andrestubbe/FastCore/releases/download/v0.1.0/fastcore-v0.1.0.jar)** (The Mandatory Native JNI Loader)
133133

134134
---
135135

136136
## Documentation
137137

138138
* **[COMPILE.md](docs/COMPILE.md)**: Full compilation guide (Maven Build Setup).
139139
* **[REFERENCE.md](docs/REFERENCE.md)**: Exhaustive catalog of timeline strategies and engine architecture.
140-
* **[PHILOSOPHIE.md](docs/PHILOSOPHIE.md)**: Zero-allocation and low-overhead processing designs.
140+
* **[PHILOSOPHY.md](docs/PHILOSOPHY.md)**: Zero-allocation and low-overhead processing designs.
141141
* **[ROADMAP.md](docs/ROADMAP.md)**: Planned milestone features and performance extensions.
142142

143143
---
@@ -146,35 +146,35 @@ Download the latest JARs directly to add them to your classpath:
146146

147147
| Platform | Status |
148148
|---------------|-------------------|
149-
| Windows 10/11 | ✅ Fully Supported |
150-
| Linux | 🚧 Planned |
151-
| macOS | 🚧 Planned |
149+
| Windows 10/11 | Fully Supported |
150+
| Linux | 🚧 Planned |
151+
| macOS | 🚧 Planned |
152152

153153
---
154154

155155
## Documentation
156156

157157
* **[COMPILE.md](docs/COMPILE.md)**: Full compilation guide (MSVC C++17 build chain + JNI Setup).
158158
* **[REFERENCE.md](docs/REFERENCE.md)**: Exhaustive catalog of native overlay features and click-through mechanics.
159-
* **[PHILOSOPHIE.md](docs/PHILOSOPHIE.md)**: Zero-latency rendering and focus-agnostic processing designs.
159+
* **[PHILOSOPHY.md](docs/PHILOSOPHY.md)**: Zero-latency rendering and focus-agnostic processing designs.
160160
* **[ROADMAP.md](docs/ROADMAP.md)**: Planned milestone features and performance extensions.
161161

162162
---
163163

164164
## License
165165

166-
MIT License — See [LICENSE](LICENSE) file for details.
166+
MIT License See [LICENSE](LICENSE) file for details.
167167

168168
---
169169

170170
## Related Projects
171171

172-
- [FastFileIndex](https://github.com/andrestubbe/FastFileIndex) — Ultra-fast filesystem scanner
173-
- [FastTheme](https://github.com/andrestubbe/FastTheme) — High-performance native window styling
174-
- [FastThumb](https://github.com/andrestubbe/FastThumb) — Native Shell Image Engine
172+
- [FastFileIndex](https://github.com/andrestubbe/FastFileIndex) Ultra-fast filesystem scanner
173+
- [FastTheme](https://github.com/andrestubbe/FastTheme) High-performance native window styling
174+
- [FastThumb](https://github.com/andrestubbe/FastThumb) Native Shell Image Engine
175175

176176
---
177177

178-
**Part of the FastJava Ecosystem** — *Making the JVM faster. Small package. Maximum speed. Zero bloat. 🚀📋*
178+
**Part of the FastJava Ecosystem** *Making the JVM faster. Small package. Maximum speed. Zero bloat. 🚀📋*
179179

180180

File renamed without changes.

0 commit comments

Comments
 (0)