Hacker News new | ask | show | jobs
Cursedcraft, a software rendered voxel sandbox for the TTY (codeberg.org)
3 points by minki_the_avali 146 days ago
1 comments

Cursedcraft is written in C99 with display output working either via ncurses or fbdev. It uses 32 bit fixed point math for rendering and procedurally generates worlds. It has 15 placeable block types (mapped to the ANSI colors) and supports multiple input methods like curses key detection, evdev, raw mode and gpm mouse.