8000 GitHub - gold-silver-copper/soft_ratatui: Software renderer for ratatui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gold-silver-copper/soft_ratatui

Repository files navigation

soft_ratatui

Crates.io Documentation License Downloads

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

Fast, portable, no-bloat.

  • Optimized for speed, generally faster than running ratatui inside a terminal. 120+ fps on normal workloads.
  • Only one dependency, Unicode Font rendering powered by cosmic-text
  • Custom portable pixel rasterizer.

Features

  • egui integration provided by egui_ratatui. Have a TUI inside your GUI!
  • bevy_ratatui integration allows you to turn an existing terminal app built with bevy_ratatui into a native or web app. The best way to build a terminal app!!
  • bevy game engine examples provided in the repo, so you can create your own game UI or world textures with ratatui
  • 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.

About

Software renderer for ratatui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0