I am trying to write an ascii game for a job. The program should be completely written in c, no C ++. How can I make a program open a window capable of displaying ascii art? I want to create a window of a certain size that can print in several colors. A simple console window is not enough.
In addition, in the corresponding note, can someone show me a function that will write directly to the buffer? printf is too slow and doesn't seem universal enough for the graphics I want to create.
Any help would be greatly appreciated. Thanks in advance.
source
share