currently in development, no beta releases.
if you want to help me work on this project, here are some instructions--
this project runs on maven, and has all of the javafx dependencies built in(hopefully). first things first, clone this repo and open it up in intellij. if you get an error, follow the context action or google it.
when you first clone the project, it will have no default build configuration. go to the top right corner of intellij, click add Configuration... and add a maven configuration. in the command line box, add javafx:run and then you're all set!
go to File > Project Structure > Modules > VulcanDash and change the language level to 11 or something high that supports lambda expressions, because i use a lot of lambda expressions for event listeners. make sure to click apply after making the change.
You may also have to go into File > Build, Execution, Deployment > Java Compiler and delete the bytecode version so it defaults to same as project language level, then click apply.
if javafx seems to be giving a bunch of red lines all over the place, chances are your maven didn't import the packages yet. just reimport all dependencies on maven and it should work itself out.