Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uddin-a/occupied_cursor
A program that helps you occupy your cursor
https://github.com/uddin-a/occupied_cursor
automation cursor gui java javafx maven openfx openjfx release
Last synced: 16 days ago
JSON representation
A program that helps you occupy your cursor
- Host: GitHub
- URL: https://github.com/uddin-a/occupied_cursor
- Owner: uddin-a
- License: apache-2.0
- Created: 2022-03-11T23:39:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T23:58:07.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T05:54:04.910Z (about 1 month ago)
- Topics: automation, cursor, gui, java, javafx, maven, openfx, openjfx, release
- Language: Java
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Occupied Cursor
## Description
**Occupied Cursor** is a personal project where the goal is to occupy the cursor automatically. The tool is not necessarily a very useful tool but it does exactly what the name suggests it does. The tool is created using **Java** & [**JavaFX**](https://openjfx.io/).## Preview
![occupied-cursor preview](.res/occupied-cursor.png)
## Building
### You can download the project binary from [here](https://github.com/suddin0/occupied_cursor/releases/)
1. To build the project you will nead [Maven](https://maven.apache.org/)
1.1 Download the project from github `git clone https://github.com/suddin0/occupied_cursor`
1.2 Go to the root of the project `cd occupied_cursor`
1.3 Run the project `mvn clean javafx:run`
1.4 **OR** build the project using [jlink](https://docs.oracle.com/en/java/javase/11/tools/jlink.html) using the following command `mvn clean javafx:jlink`