lib-nested/examples/tty-01-hello
2024-03-21 18:17:04 +01:00
..
src add short READMEs for examples 2024-03-21 18:17:04 +01:00
Cargo.toml add hello world example 2023-11-26 22:09:03 +01:00
README.md add short READMEs for examples 2024-03-21 18:17:04 +01:00

tty-01-hello

This example shows how to:

  • initialize the TTY backend (lib-nestetd-tty),
  • create a simple 'Hello World' output,
  • create color gradients on the outputted text utilizing basic projection functionality from lib-r3vi,
  • perform basic layouting & compositing.