#terminal #fake #art #input #window #ascii-art #bespoke

bin+lib simpleterm

A bespoke fake terminal written in Rust

6 releases

0.2.5 Jul 11, 2020
0.2.4 Jul 11, 2020

#44 in #fake

MIT license

120KB
599 lines

simpleterm

Rust

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.

splash

Getting Started

  1. Run the example with "cargo run"
  2. Examine the example main.rs file and read up on the Terminal functions
  3. 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:

Rust

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.

splash

Getting Started

  1. Run the example with "cargo run"
  2. Examine the example main.rs file and read up on the Terminal functions
  3. 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