22

Cross platform terminal library is just about complete!

Here's the same program running in both Windows and "Ubuntu" (WSL, but it's using the ncurses back-end nonetheless)

What my library does:
- Double-buffers the console for drawing (like curses does)
- Translates input into a standard structure (Linux and Windows have different input systems, obviously)
- Does the same thing for output
- Even supports color!

Comments
Add Comment