6 releases
0.2.5 | Jul 11, 2020 |
---|---|
0.2.4 | Jul 11, 2020 |
#44 in #fake
120KB
599 lines
simpleterm
simpleterm is a bespoke fake terminal created with piston_window.
It lets you create a window, send messages to it, grab input from the user, and display ascii art! You can also change the terminal's settings at any time, allowing you to create complicated scripts of actions.
Getting Started
- Run the example with "cargo run"
- Examine the example main.rs file and read up on the Terminal functions
- Write you own script in main.rs and try it out!
License
This project is licensed under the MIT License - see the LICENSE.md file for details
lib.rs
:
Simpleterm is a bespoke fake terminal created with piston_window.
It lets you create a window, send messages to it, grab input from the user, and display ascii art! You can also change the terminal's settings at any time, allowing you to create complicated scripts of actions.
Getting Started
- Run the example with "cargo run"
- Examine the example main.rs file and read up on the Terminal functions
- Write you own script in main.rs and try it out!
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Dependencies
~15MB
~109K SLoC