Crates.io | imgui-terminal |
lib.rs | imgui-terminal |
version | 0.1.0 |
source | src |
created_at | 2021-06-15 18:52:32.812659 |
updated_at | 2021-06-15 18:52:32.812659 |
description | High-level Rust bindings for imgui-terminal, a terminal implementation for Dear ImGui. |
homepage | https://github.com/waych/imgui-terminal-rs |
repository | https://github.com/waych/imgui-terminal-rs |
max_upload_size | |
id | 410573 |
size | 559,204 |
This crate provides simple bindings for imgui-terminal, a terminal implementation for Dear ImGui. It is meant to be used in conjunction with the imgui-rs crate.
As of the 0.1.0
release, this crate doesn't do much more than provide simple
bindings to the C++ code enabling the terminal to be drawn and basic IO to
function. Further work is still required to address various TODOs both on the
rust side as well as on the C++ to make the terminal usable.
Change or add something
Make sure you're using the latest stable Rust
Run rustfmt to guarantee code style conformance
rustup component add rustfmt
cargo fmt
Open a pull request in Github
Licensed under either of
at your option.
Uses Dear ImGui and imgui-terminal.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.