Live data from Hacker News

Cursedcraft, a software rendered voxel sandbox for the TTY

codeberg.org

1–2 of 2 posts

Re: Cursedcraft, a software rendered voxel sandbox for the TTY

#2
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.