Skip to content

Loafers is all about writing windowing applications. It differs from the other windowing toolkits by its simple syntax. Loafers is heavily inspired by Shoes.

License

Notifications You must be signed in to change notification settings

peterdb/loafers

Repository files navigation

Loafers

Loafers is all about writing windowing applications. It differs from the other windowing toolkits by its simple syntax. Loafers is heavily inspired by Shoes.

Usage

import loafers.Loafers

Loafers.app {
    button "push me", {
        alert "You pushed me"
    }
}

Build

Faker uses Maven.

mvn clean install

Contributing

If you'd like to contribute code or formats/data for another locale, fork the project at github, make your changes, then send a pull request.

This project uses the following technologies:

If you make changes, please include a Spock test.

License

This code is free to use under the terms of the MIT license.

About

Loafers is all about writing windowing applications. It differs from the other windowing toolkits by its simple syntax. Loafers is heavily inspired by Shoes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published