Skip to content

Commit a12fa65

Browse files
committed
docs: Fix dead YouTube video link
1 parent f3fd8dc commit a12fa65

1 file 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,15 +8,15 @@
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
1515
visualization, UI debugging, and AI-driven cursor path prediction.
1616

17-
[**Watch the Demo**](https://www.youtube.com/watch?v=4C6fNPwXHEs&list=PL-mASGDMkCUqJ0bXAJP28ykqPP9RqMMsA&index=19)
17+
[**Watch the Demo**](https://www.youtube.com/watch?v=VbJ62zXcASs&list=PL-mASGDMkCUqJ0bXAJP28ykqPP9RqMMsA&index=19)
1818

19-
[![FastKeyboard Showcase](docs/screenshot.png)](https://www.youtube.com/watch?v=4C6fNPwXHEs&list=PL-mASGDMkCUqJ0bXAJP28ykqPP9RqMMsA&index=19)
19+
[![FastKeyboard Showcase](docs/screenshot.png)](https://www.youtube.com/watch?v=VbJ62zXcASs&list=PL-mASGDMkCUqJ0bXAJP28ykqPP9RqMMsA&index=19)
2020

2121
---
2222
## Table of Contents
@@ -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,8 +128,8 @@ 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

@@ -146,9 +146,9 @@ 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

@@ -163,18 +163,18 @@ Download the latest JARs directly to add them to your classpath:
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

0 commit comments

Comments
 (0)