https://github.com/eevee/amulet
a rusty object intended to save you from curses
https://github.com/eevee/amulet
Last synced: about 1 year ago
JSON representation
a rusty object intended to save you from curses
- Host: GitHub
- URL: https://github.com/eevee/amulet
- Owner: eevee
- Created: 2012-08-14T18:12:39.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T22:51:21.000Z (over 9 years ago)
- Last Synced: 2025-03-30T10:51:15.113Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 274 KB
- Stars: 26
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amulet
`amulet` is a Rust library for creating terminal UIs.
Or, it will be. The intention is to create a spiritual port of [Urwid](http://excess.org/urwid/), a Python TUI library.
## Building
`amulet` depends on:
* The [Rust](http://www.rust-lang.org/) compiler (0.3 only)
* `libncurses`
And then:
make