Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlisCode/iced-pancurses
Pancurses-based renderer for Iced (WIP)
https://github.com/AlisCode/iced-pancurses
gui iced ncurses pancurses rust tui
Last synced: 3 months ago
JSON representation
Pancurses-based renderer for Iced (WIP)
- Host: GitHub
- URL: https://github.com/AlisCode/iced-pancurses
- Owner: AlisCode
- License: other
- Created: 2019-09-05T22:20:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T14:13:45.000Z (over 4 years ago)
- Last Synced: 2024-07-11T13:56:29.021Z (4 months ago)
- Topics: gui, iced, ncurses, pancurses, rust, tui
- Language: Rust
- Homepage:
- Size: 154 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iced-pancurses
[![Build Status](https://travis-ci.org/aliscode/iced-pancurses.svg?branch=master)](https://travis-ci.org/aliscode/iced-pancurses)
[![Documentation](https://docs.rs/iced-pancurses/badge.svg)](https://docs.rs/iced-pancurses)
[![Crates.io](https://img.shields.io/crates/v/iced-pancurses.svg)](https://crates.io/crates/iced-pancurses)
[![License](https://img.shields.io/crates/l/iced-pancurses.svg)](https://github.com/aliscode/iced-pancurses/blob/master/LICENSE)A toy renderer for [Iced](https://github.com/hecrj/iced), based on the [pancurses](https://github.com/ihalila/pancurses) library.
![](img/Screenshot1.png)
# Features
* All basic Iced widget
* Mouse clicking support
* `Sandbox` trait to make prototyping easy# WIP
* Scrolling is on the way
* Image support is on the way
* W3M-IMG support should happen as some point
* Fallback renderer# Planned
* Custom Widgets
* I would love some bottom-bar component
* SVG-to-ascii backend# Installation
Add `iced-native` as a dependency in your `Cargo.toml` :
```
iced_native = "0.1.0-beta"
iced-pancurses = "0.1.1"
```# Contributing / Feedback
The use case is admittedly pretty niche, but I would love to see terminal applications being made with it, and iced-pancurses becoming an alternative to `Cursive`. I lack time so if you want to contribute changes by implementing a Renderer for a widget and submitting bugfixes ...
Please do ! :pray: