Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackusatepvp/rsdk-gui
GUI application for creating RenJava projects.
https://github.com/hackusatepvp/rsdk-gui
deplyment javafx renjava
Last synced: 21 days ago
JSON representation
GUI application for creating RenJava projects.
- Host: GitHub
- URL: https://github.com/hackusatepvp/rsdk-gui
- Owner: HackusatePvP
- Created: 2024-12-31T03:58:56.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2025-01-03T00:32:10.000Z (23 days ago)
- Last Synced: 2025-01-03T01:27:27.266Z (23 days ago)
- Topics: deplyment, javafx, renjava
- Language: Java
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSDK-GUI
This is a GUI version of RSDK. This is currently a demo/rough draft of how I want it to work. This looks terrible and is designed terrible.## Automation
The application will automate the install of RenJava projects, similar to RSDK. This takes it a step further by automatically downloading, extracting, and compiling RenJava. It will also setup your development environment and even compile a running jar of your project.THIS IS NOT AN OFFLINE INSTALLER! Internet connection is required for the automated parts of RenJava. No data is collected, sold, or used by me. GitHub may collect data when using the cloning function of the site.
## Requirements
You need to have java 21 installed on your pc to run the jar file.Double-click jar file or run java command in command prompt.
`java -jar rsdk-gui.jar`## Linux
Not supported on linux as it uses windows commands. Linux will have support later.## RenEngine
This is built with [RenEngine](https://github.com/HackusatePvP/RenEngine). RenEngine is the engine from RenJava that was yanked out. Pulling out the engine caused most of its awesome functionality to be stripped away.
This is because the engine was tied with the api. There are no listeners even though the class still exists. Events have to be manually called and handled. It runs on hope glue and tears.## Issues
Only report serious bugs. Refrain from requesting features or giving suggestions. This whole thing will be re-coded at some point with some effort into the design.