Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 249 Bytes

File metadata and controls

3 lines (2 loc) · 249 Bytes

Console ASCII Art Renderer

This is a test for my C++ Forum on "rendering" graphics in the terminal. This project uses a memory buffer and creates a separate thread that reads from that buffer, similar to how the VGA Buffer works, hence the name.