01 Coding a Console Graphics Library in C

Опубликовано: 22 Апрель 2026
на канале: dr Jonas Birch
6,066
387

Today we will begin writing our own (n)curses library. It is a library for making console graphics and in contrast with the regular console routines like printf() and scanf/fgets(), using a library like this you have full control over the screen.

Or at least as much as is possible. You can move around in a coordinate system, update individual characters, use foreground and background colors and you can trigger on key presses which ie. makes it possible to move around with the arrow keys.

Lotsa fun! Let's get started.

JB

References

1. Become a channel member and get benefits, check out:
   / @dr-jonas-birch