emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

Need to do a status bar at the bottom of the frame buffer to show dynamic text content #282

Closed arnabanimesh closed 2 years ago

arnabanimesh commented 2 years ago

Maybe I want to show the frames per second or some details about the graphics I am showing which is updated frame by frame. The look will be like the menu bar

emoon commented 2 years ago

I'm not sure what you are asking for. You can just render your own text at the bottom of the screen?

arnabanimesh commented 2 years ago

Yes I could do that, I wanted to know if doing it in retained mode like the menu is in the roadmap.

emoon commented 2 years ago

No, it's not. It would be a Windows only feature and I try to stick with multi-platform as much as possible, so it's out scope currently.