JavaFX-based Replay Uploader for Heroes of the Storm
HotSLogs UploaderFX is a JavaFX-based uploader for HotsLogs.com that aims to make uploading replays and looking up relevant statistics as effortless as possible. As Heroes of the Storm supports Windows and OSX, JavaFX was chosen due to the immediate simplicity of creating native installers for an event-driven cross platform application.
Before contributing new features, please make sure the feature is discussed in an issue. Once an issue is confirmed and tagged as "Help wanted", feel free to fork and do as much work as you want. Unfinished features are also welcome, as long as they don't push to master. The application is intended to be simple in behaviour, requiring as little user input as possible. With this said, this puts certain requirements on all features being as powerful as possible, and the application must handle most/all of all variations in user setup.
This is a Maven project. You must have the Java 8 SDK installed in order to build from source. To build native artifacts for your platform in addition to jar files, run the following:
mvn clean package
eivindveg - Windows and general development
FredrickB - OSX
TheCherry - Linux