Skip to content

The random number generator for streamers and giveaways.

License

Notifications You must be signed in to change notification settings

H3AR7B3A7/RNGesus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNGesus

The random number generator for streamers and giveaways. (Download)
Licensed under the Apache 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 and install SceneBuilder.
  • Under Settings > Languages & Frameworks > JavaFX: Set path to SceneBuilder.
    (For example to: "C:\Program Files\SceneBuilder\SceneBuilder.exe")
  • Download 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.