GPT-5 Set the Stage for Ad Monetization (semianalysis.com)
4 points by 9cb14c1ec0 40m ago 2 comments
The Ceph community on Reddit has been banned (lists.ceph.io)
3 points by patrakov 45m ago 0 comments
Show HN: Doom port to pure Go – Gore
6 EstIgnavus 0 8/12/2025, 10:19:08 PM github.com ↗
Hi HN,
I’ve been working on Gore – a port of the classic Doom engine written in pure Go, based on a ccgo C-to-Go translation of Doom Generic. It loads original WAD files, uses a software renderer (no SDL or CGO, or Go dependencies outside the standard library). Still has a bit of unsafe code that I'm trying to get rid of, and various other caveats.
In the examples is a terminal-based renderer, which is entertaining, even though it's very hard to play with terminal-style input/output.
The goal is a clean, cross-platform, Go-native take on the Doom engine – fun to hack on, easy to read, and portable.
Code and instructions are at https://github.com/AndreRenaud/Gore
Would love feedback or thoughts.
No comments yet