Terminal "rendering" engine
I was supposed to do a OOP semester project, but at the same time I didn't want to do something completely useless
- Non-blocking keyboard input
- 8 Standardized colors
- Up to 144fps (tested on alacritty terminal. 80x30)
- It may not work on some terminals (that are too slow, or cant display colors)
- It may not work on windows (but not tested)
- Doesn't support multi-byte characters (extended ASCII, arrows, etc)
- More than 30fps can be laggy on some terminals
mkdir build
cd build
cmake ..
make