afterburner.fx icon indicating copy to clipboard operation
afterburner.fx copied to clipboard

The Opinionated Un-Framework For Java FX Applications

afterburner.fx

The opinionated just-enough MVP framework (2.5 classes) for JavaFX

Afterburner is a "Just-Enough-Framework" extracted from airhacks-control and used in airpad, lightfish and floyd applications.

Goal: "Less Code, Increased Productivity"

Jumpstart with:

mvn archetype:generate -Dfilter=com.airhacks:igniter

Afterburner is also available from maven central:

        <dependency>
            <groupId>com.airhacks</groupId>
            <artifactId>afterburner.fx</artifactId>
            <version>[LATEST_RELEASE]</version>
        </dependency>

The current development version is available as snapshot:

igniter / afterburner walk-through

See also: http://afterburner.adam-bien.com

Simplistic example: https://github.com/AdamBien/followme.fx

Deploying afterburner.fx applications: https://github.com/AdamBien/airfield/