Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/caca-sys
Low-level Rust bindings to libcaca
https://github.com/ruin0x11/caca-sys
Last synced: about 1 month ago
JSON representation
Low-level Rust bindings to libcaca
- Host: GitHub
- URL: https://github.com/ruin0x11/caca-sys
- Owner: Ruin0x11
- Created: 2017-03-25T22:06:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T22:25:15.000Z (over 7 years ago)
- Last Synced: 2024-11-21T19:08:29.350Z (about 1 month ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caca-sys
Low-level Rust bindings to `libcaca`.## Usage
Ensure that the `libcaca` features you want are enabled in your `Cargo.toml`:
```
caca-sys = { version: "0.1.0", features = ["enable-x11", "enable-ncurses"] }
```
The following features are available:
- `enable-ncurses`
- `enable-slang`
- `enable-conio`
- `enable-x11`
- `enable-gl`
- `enable-win32`
- `enable-network`## TODO:
- Conio
- Caca file I/O
- Character set conversion
- Process management