Skip to content

A bevy renderer for the terminal using crossterm that does not use a custom runner like bevy_crossterm

Notifications You must be signed in to change notification settings

Mimea005/bevyterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

  • Finish initialization of the 'CrosstermWindow' component
  • Dismantling the window on exit.
  • Event handling
    • Poll crossterm events
    • Create additional event streams that split up crossterm events to:
      • Input events
      • Mouse events
      • Window events (resize and focus)
  • Display
    • How displaying something should look like.
    • Should text be its own primitive? (since the terminal is text based anyway)

About

A bevy renderer for the terminal using crossterm that does not use a custom runner like bevy_crossterm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages