Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toktok/jtox
JVM Tox GUI client using JavaFX
https://github.com/toktok/jtox
gui javafx openjfx toktok tox-client
Last synced: 3 months ago
JSON representation
JVM Tox GUI client using JavaFX
- Host: GitHub
- URL: https://github.com/toktok/jtox
- Owner: TokTok
- License: gpl-3.0
- Created: 2018-01-10T19:51:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T13:05:29.000Z (7 months ago)
- Last Synced: 2024-10-12T18:41:21.972Z (3 months ago)
- Topics: gui, javafx, openjfx, toktok, tox-client
- Language: Java
- Homepage: https://toktok.ltd/
- Size: 419 KB
- Stars: 7
- Watchers: 27
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Java Tox client
This is a simple test client for tox4j.
![Screenshot](doc/screenshot.png)
## Contributing
We're using the standard Github workflow for our code reviews. Just open Pull
Requests and the reviewer will guide you through the process.# Building jTox
To build the package itself, add the TokTok maven repository
`https://dl.bintray.com/toktok/maven` to your maven settings. If you don't have
any maven settings, run:```sh
cp settings.xml ~/.m2/
```Then run:
```sh
mvn package
```This will create an executable jar with everything you need in it in
`target/jtox-0.1.0-jar-with-dependencies.jar`. You can then execute it from the
command line or by clicking on it in your operating system GUI.```sh
java -jar target/jtox-0.1.0-jar-with-dependencies.jar
```