A (Java) Swing desktop application Hacker News client written in Kotlin. I think it would be funny to make it actually good—contribute if you think so too. Or if you think the world actually needs this, that's okay too.
More background on the project here (and a video of it running!): http://symbolflux.com/projects/hndesktop
To build/run:
- Install Maven (
brew install maven
orsudo apt-get install maven
) - cd to HNDesktop repo root
- run
mvn package
(this builds the project with Maven) java -jar target/HNDesktop-1.0-SNAPSHOT-jar-with-dependencies.jar
Note: if you are using OpenJDK, you need to install JavaFX before running mvn package
. This should do it: apt install openjfx
Check out the 'Issues' section here for some details on what's broken, and some enhancements ideas.
Or if you are nostalgic for the old Metal 'look and feel,' like I am: