Version 2.0
Maven
<dependency> <groupId>com.panemu</groupId> <artifactId>tiwulfx</artifactId> <version>2.0</version> </dependency>
Jar
The jar is available in Maven Central Repo. You can get the binary and souce-code jars there. The runnable demo is described in demo page.
Source
The source code is in bitbucket. Caution, the branch is java8!
- TiwulFX.
git clone https://bitbucket.org/panemu/tiwulfx.git
cd tiwulfx
git checkout -b java8 origin/java8
- TiwulFX-Demo
git clone https://bitbucket.org/panemu/tiwulfx-demo.git
cd tiwulfx-demo
git checkout -b java8 origin/java8