soft_ratatui

Crates.iosoft_ratatui
lib.rssoft_ratatui
version
sourcesrc
created_at2025-05-01 19:57:54.920917+00
updated_at2025-05-12 03:58:38.927406+00
descriptionSoftware rendering for ratatui. TUI everywhere.
homepage
repositoryhttps://github.com/gold-silver-copper/soft_ratatui
max_upload_size
id1656859
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
gold_silver_copper (gold-silver-copper)

documentation

README

soft_ratatui

Crates.io Documentation License Downloads

Software rendering backend for ratatui. No GPU required. TUI everywhere.

Fast, portable, no-bloat. Powered by cosmic-text.

  • Optimized for speed, generally faster than running ratatui inside a terminal. 120+ fps on normal workloads.
  • Full Unicode + font fallback.

Features

  • Unicode Font rendering with cosmic-text.
  • Portable pixel rasterizer.
  • egui integration provided by egui_ratatui. Have a TUI inside your GUI!
  • bevy game engine example
  • WASM compatible, deploy your ratatui application on the web!

TODO

  • Colored Emojis

  • More Examples

  • no-std support


License

Dual-licensed under MIT or Apache 2.0. Pick whichever suits you.


Status

Mostly complete, comments and suggestions are appreciated.

Commit count: 0

cargo fmt