A little program I made in my free time
- Linux support
- Multilingual Unicode support
- Auto adjustment for terminal size
- Code improvements
- To exit the program press CTRL + C
g++ ./rainbow.cpp -o rainbow -O2
- utfcpp library licensed under BSL-1.0
- Some asian characters are misaligned because they are wider than other characters
- Command line arguments haven't been added, you need to edit the code to change the text, animation speed and direction
- The number of lines is still hardcoded