Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h3ar7b3a7/rngesus

The random number generator for streamers and giveaways.
https://github.com/h3ar7b3a7/rngesus

exe jar javafx random-number-generators rng

Last synced: 18 days ago
JSON representation

The random number generator for streamers and giveaways.

Awesome Lists containing this project

README

        

# RNGesus
The random number generator for streamers and giveaways. ([Download](https://github.com/H3AR7B3A7/RNGesus/releases/download/v1.5/RNGesus.exe))
Licensed under the [Apache license](LICENSE).

RNGesus

## RNGesus options
- **Max**: The highest number that can be generated
- **No repeats**: Already generated values will be removed from possibilities
(The possibilities will reset when out of numbers.)
- **Timer**: Toggle automated generation by timer on/off
- **Seconds**: The timer interval length in seconds
- **Amount**: Amount of values that will be generated by the timer

---

## JavaFX
Some help with JavaFX for people who want to add to, or make changes to the source code.

### Installation (IntelliJ)
- [Download](https://gluonhq.com/products/scene-builder/) and install SceneBuilder.
- Under Settings > Languages & Frameworks > JavaFX: Set path to SceneBuilder.
(For example to: "C:\Program Files\SceneBuilder\SceneBuilder.exe")
- [Download](https://gluonhq.com/products/javafx/) and extract JavaFX to your hard drive.
(For example to: "C:\Program Files\Java\javafx-sdk-16", but feel free to choose your own installation directory)
- Under project structure > Libraries > Add (+): And specify the path where you installed JavaFX "C:\Program Files\Java\javafx-sdk-16\lib"
- In the project, under *'Edit Configurations...'* add the following to VM options:
>--module-path "C:\Program Files\Java\javafx-sdk-16\lib" --add-modules javafx.controls,javafx.fxml

For more documentation, visit [jetbrains.com](https://www.jetbrains.com/help/idea/javafx.html).