Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Created June 14, 2014 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/d6f7581bbb5b706f46b9 to your computer and use it in GitHub Desktop.
Save aalmiray/d6f7581bbb5b706f46b9 to your computer and use it in GitHub Desktop.
// install GVM
curl -s get.gvmtool.net | bash
// create an Afterburner.fx project
lazybones create afterburnerfx sample
cd sample
// run it with gradle
./gradlew clean run
// or run it with maven
mvn clean jfx:run
@AdamBien
Copy link

Looks nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment