imgui-terminal

Crates.ioimgui-terminal
lib.rsimgui-terminal
version0.1.0
sourcesrc
created_at2021-06-15 18:52:32.812659
updated_at2021-06-15 18:52:32.812659
descriptionHigh-level Rust bindings for imgui-terminal, a terminal implementation for Dear ImGui.
homepagehttps://github.com/waych/imgui-terminal-rs
repositoryhttps://github.com/waych/imgui-terminal-rs
max_upload_size
id410573
size559,204
Mike Waychison (waych)

documentation

README

imgui-terminal-rs: bindings for imgui-terminal

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.

How to contribute

  1. Change or add something

  2. Make sure you're using the latest stable Rust

  3. Run rustfmt to guarantee code style conformance

    rustup component add rustfmt
    cargo fmt
    
  4. Open a pull request in Github

License

Licensed under either of

at your option.

Uses Dear ImGui and imgui-terminal.

Contribution

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.

Commit count: 14

cargo fmt