KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
55 stars 35 forks source link

PDCurses #52

Open QuzarDC opened 8 months ago

QuzarDC commented 8 months ago

This is a public domain implementation of 'curses' the classic console IO lib https://pdcurses.org/ . Porting the SDL-backed version of it required no changes at all. This could be used to enable the easy porting/writing of console/text-based software.

It comes with a pile of examples and I set those up to be copied into the examples DIR, but wasn't sure how to set them up for building since there's no preexisting sample of a port with examples. I guess there could be a single KOSExamples.mk makefile or similar to build all of them at once?

If anyone would like to pick it up (I doubt I'll find the time) a native port shouldn't be too difficult.