An open API service indexing awesome lists of open source software.

https://github.com/edvin/calculator

Calculator written in TornadoFX (JavaFX + Kotlin)
https://github.com/edvin/calculator

Last synced: 2 months ago
JSON representation

Calculator written in TornadoFX (JavaFX + Kotlin)

Awesome Lists containing this project

README

        

# Example Calculator built with TornadoFX

## Build and run the application

```bash
mvn jfx:native
java -jar target/jfx/app/calculator-1.0-jfx.jar
```

![Calculator](/screenshot.png?raw=true "Calculator")