minicrossterm/examples/program_examples
2018-08-14 21:40:07 +02:00
..
first_depth_search Changed Crossterm type so that the user does not have to enter a reference to a Screen every function call and also updated the readme, docs,comments,examples 2018-08-14 21:40:07 +02:00
duplex.rs some examples fixed added multy threaded logging example and tested input and changed styling system 2018-08-11 17:58:15 +02:00
logging.rs Unix errors fixed and started with testing 2018-08-12 20:41:08 +00:00
README.md Tested all windows logic also fixed bug with resetting terminal color. 2018-08-12 14:51:08 +02:00

This folder will contain some examples of how to use this crate in an real live environment.

If you have created a game or something feel free to upload it, would be a great help for other people and me to make this crate better!

The programs are:

  • First depth search: This is an search algorithm implemented visually. This program uses the following functionalities: cursor movement, coloring, alternate screen and terminal clearing.
  • Duplex: This is a terminal application where there is some kind of conterminous output and with async input. So you could type an command while text is being outputted.
  • This is an async logging program to demonstrate asynchronous working with crossterm.