All Projects → eivindveg → Hotsuploader

eivindveg / Hotsuploader

Licence: apache-2.0
JavaFX-based Replay Uploader for Heroes of the Storm

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Hotsuploader

Terasologylauncher
Terasology Launcher is the official launcher for the open source game Terasology.
Stars: ✭ 132 (-30.53%)
Mutual labels:  javafx
Fxgraphics2d
A JavaFX library that allows Java2D code (Graphics2D) to be used to draw to a Canvas node.
Stars: ✭ 157 (-17.37%)
Mutual labels:  javafx
Fxribbon
Ribbon control for Java, created in JavaFX
Stars: ✭ 178 (-6.32%)
Mutual labels:  javafx
Everywhere
🔧 A tool can really search everywhere for you.
Stars: ✭ 147 (-22.63%)
Mutual labels:  javafx
Jfx Browser
JFx Browser is a multi tab browser. In its first version HTML to PDF, Downloading , History, Bookmarks and Account creation facility available. We are not still working on this project.
Stars: ✭ 157 (-17.37%)
Mutual labels:  javafx
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+941.05%)
Mutual labels:  javafx
School Management System Javafx
A sample JavaFX management system GUI
Stars: ✭ 126 (-33.68%)
Mutual labels:  javafx
Javafxsmartgraph
Generic (Java FX) Graph Visualization Library
Stars: ✭ 186 (-2.11%)
Mutual labels:  javafx
Tools Ocr
树洞 OCR 文字识别(一款跨平台的 OCR 小工具)
Stars: ✭ 2,303 (+1112.11%)
Mutual labels:  javafx
Rxkotlinfx
Kotlin extensions to the RxJavaFX framework
Stars: ✭ 177 (-6.84%)
Mutual labels:  javafx
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (-22.63%)
Mutual labels:  javafx
Fxgl
Stars: ✭ 2,378 (+1151.58%)
Mutual labels:  javafx
Pchwrm server
PC Hardware Resource Monitor for Raspberry Pi
Stars: ✭ 164 (-13.68%)
Mutual labels:  javafx
Wechat
仿QQ即时通讯系统客户端
Stars: ✭ 144 (-24.21%)
Mutual labels:  javafx
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+1155.26%)
Mutual labels:  javafx
Pchwrm client
PC Hardware Resource Monitor For Raspberry Pi
Stars: ✭ 130 (-31.58%)
Mutual labels:  javafx
Fakeimagedetection
Fake Image Detection Using Machine Learning
Stars: ✭ 158 (-16.84%)
Mutual labels:  javafx
Terminalfx
Java FX Terminal Emulator
Stars: ✭ 187 (-1.58%)
Mutual labels:  javafx
Deeplearning4j Examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
Stars: ✭ 2,215 (+1065.79%)
Mutual labels:  javafx
Javafx
JavaFX projects, mostly samples and examples
Stars: ✭ 175 (-7.89%)
Mutual labels:  javafx

VersionEye Join the chat at https://gitter.im/eivindveg/HotSUploader

HotS Replay Uploader

JavaFX-based Replay Uploader for Heroes of the Storm

Build statuses

Windows:

Build status

Linux(Ubuntu):

Travis CI

About

HotS Replay Uploader 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. Although there is no official game client for Linux distributions, the uploader is capable of running on most of them as well.

Installation

Links to install the Hots Replay Uploader can be found on the release page at the bottom of each release.

Homebrew

If you're on OSX and use Homebrew, you can also install with :
brew cask install hots-replay-uploader (Homebrew will automatically tap Homebrew Cask)

Licenses

YourKit, LLC

This application's performance is profiled by YourKit Java Profiler. YourKit, LLC provides open source projects with licenses for professional Java and .NET profilers. Read more at YourKit's Java Profiler product page.

Contributing

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.

If you've had a pull request accepted, or otherwise helped solve an issue, feel free to submit a pull request adding your own entry to pom.xml. I will not add anyone to this list without their consent.

Building

This is a Maven project. You must have the Java 8 SDK installed in order to build from source.

To build a JavaFX-bundled jar file, run the following:

$ mvn clean package

To build native artifacts for your platform in addition to jar files, run the following:

$ mvn clean install

Maintainers

eivindveg - Windows, Linux and general development

zhedar - OSX and general development

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].