An open API service indexing awesome lists of open source software.

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

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