You might want to checkout Cursive for an alternative solution to build text user interfaces in Rust. Acknowledgments None of this could be possible without Florian Dehau who originally created tui-rs which inspired many Rust TUIs. Special thanks to Pavel Fomchenkov for his work in designing an...
Our final chat app with a Cursive Terminal UI. Next Steps In this tutorial, we created a terminal chat app in Rust. It uses PubNub’s Pub/Sub to send and receive messages through a Cursive Terminal UI. This is only an example of what is possible with Rust and PubNub. If you’re u...
A simple implementation of a blockchain in rust, with a cursive UI to go with it for easy interaction. You can view your chain graphically: As well as add transactions and create blocks: Installation It is a simple project to setup: Clone the repo Install ncurses sudo apt-get install lib...
GUI in Rust progresses with unprecedented speed – 3 months in Rust GUI-land is like 3 years in the mortal world. To put things in perspective, GUI moves so fast for the web that it’s even ahead of browsers. There are many possible reasons for this, from the cross-platform nature of...