Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/deft
An experimental API design for functional GUI development.
https://github.com/avh4/deft
Last synced: 8 days ago
JSON representation
An experimental API design for functional GUI development.
- Host: GitHub
- URL: https://github.com/avh4/deft
- Owner: avh4
- Created: 2013-05-22T03:54:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T05:25:42.000Z (over 11 years ago)
- Last Synced: 2024-10-27T12:07:33.156Z (about 2 months ago)
- Language: Clojure
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/avh4/deft.png?branch=master)](http://travis-ci.org/avh4/deft)
# deft
An experimental API design for functional GUI development.
## Example apps
lein run -m deft.examples.static-color
lein run -m deft.examples.static-button
lein run -m deft.examples.increment-button
lein run -m deft.examples.custom-view
lein run -m deft.examples.button-grid
lein run -m deft.examples.line-chart## License
Copyright © 2013 Aaron VonderHaar
Distributed under the Eclipse Public License, the same as Clojure.