Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praj-foss/swing-graalvm-demo
Swing demo app compiled with GraalVM native-image
https://github.com/praj-foss/swing-graalvm-demo
graalvm java native-image swing
Last synced: about 6 hours ago
JSON representation
Swing demo app compiled with GraalVM native-image
- Host: GitHub
- URL: https://github.com/praj-foss/swing-graalvm-demo
- Owner: praj-foss
- License: unlicense
- Created: 2021-01-25T17:44:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T09:51:34.000Z (over 3 years ago)
- Last Synced: 2023-02-26T20:57:29.900Z (over 1 year ago)
- Topics: graalvm, java, native-image, swing
- Language: Shell
- Homepage: https://www.praj.in/posts/2021/compiling-swing-apps-ahead-of-time/
- Size: 18.2 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swing-graalvm-demo
==================
Swing demo app compiled ahead-of-time using GraalVM `native-image`. Read [this post](https://www.praj.in/posts/2021/compiling-swing-apps-ahead-of-time/) for more information.The [FlatLaf](https://github.com/JFormDesigner/FlatLaf) demo jar is used as input here. The final executable [output](https://github.com/praj-foss/swing-graalvm-demo/raw/main/demo) is present in this repo as well.
## Building
You'll need atleast GraalVM 21.0 installed. Use the following command to build:
```shell script
./build.sh
```