Skip to content

adaxiik/OO-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OO-tui

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

Features

  • Non-blocking keyboard input
  • 8 Standardized colors
  • Up to 144fps (tested on alacritty terminal. 80x30)

Notes

  • 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

Dependencies

Build

mkdir build
cd build
cmake ..
make

Example

TextAnimated Cube30fps

About

Terminal "rendering" engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published