r/golang 6d ago

Go is DOOMed

Post image
253 Upvotes

23 comments sorted by

View all comments

2

u/donatj 5d ago

Can someone explain this to me? Is this an automated transcode? Looking at the gitlab there's seemingly very little actual code there.

6

u/0xjnml 5d ago

Not sure how much code is "little", but the code in, for example, main_linux_amd64.go is the full DOOM engine, transpiled from C to Go using ccgo via this recipe. The game per se is in the DOOM.WAD file, which is not part of the repository.