Keyboard shortcuts

Press โ† or โ†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Changelog

implementing a full TUI or rendering features.

This is my first public Bevy plugin, and I vibe-coded a large part of it. You have been warned.

See GitHub Releases and the Bevy REPL Book for details.

0.5.0 - 2026-08-01

๐Ÿงช Experimental

โš™๏ธ Repository

  • Fix workflow deployments (d5726dc)

0.4.1 - 2025-08-29

๐Ÿ“š Documentation

๐Ÿงช Experimental

  • Context refactor and better keybinds (dd28099)
  • Custom keybinds and cleaner examples (2209b9d)
  • Add placeholders for help (4354571)
  • Remove scrollreadyset, always stdout (bed7d47)
  • Move stdout behind feature flag (a6460bc)
  • Make context mgmt better (8b0db88)
  • Remove pretty stuff (ce50975)

โš™๏ธ Repository

  • (docs) Build mdBook on PR, deploy only on tags using mdBook action (2e090cd)
  • Use the real github action for pages (06030f1)
  • Deploy the book on every push to main (c4589a2)
  • Make the book on every push to main (563574c)
  • Enable changelog generation (82832ca)

[0.3.0] - 2025-08-14

๐Ÿ“š Documentation

๐Ÿ› Bug Fixes

  • Disable the changelog for now (ca1d368)
  • Clean up examples (3f6f234)
  • Bad plugin setup (a1ebbe2)
  • Close and quit were misconfigured (df104b1)
  • Remove broken cmds that need world access (19aca25)

๐Ÿงช Experimental

  • Disable changelog on main for now (9b02990)
  • Demo (a1ff6b3)
  • Custom log layer (bd50098)
  • Pretty renderer is working (3cd37cd)
  • Repl println macro (a7bb78f)
  • Lots of examples and ergonomic renderer settings (7e3cbee)
  • Custom renderer (ca17531)
  • Even more examples (e70cf98)
  • Overhaul (d0bbea2)
  • Works with windowed apps too! (955262b)
  • Built-in commands, derive, and examples (a781f21)
  • Add more examples (d455679)
  • Command parsing works!!!! (a7edc34)
  • Buffer text input and backspace (d9df188)
  • Custom ratatui context (fc6bba4)
  • Drop bevy_crossterm and use bevy_ratatui (60231d1)
  • Bevy_crossterm and simplify (2c8295e)
  • Switch from rustyline to crossterm (3bda182)
  • Tweaking the derive macros (ad8421b)
  • Cleanup (b331b52)
  • Derive (2ed17bc)
  • More advanced patterns (4df61ee)
  • More designing through the readme (0f7432b)
  • Add rustyline, write out design docs (fd4ea0f)

New Contributors โค๏ธ

  • @philiplinden made their first contribution