←back to thread

241 points fschuett | 1 comments | | HN request time: 0.205s | source
Show context
ciroduran ◴[] No.45662771[source]
Raylib's author was very happy to announce that you can compile an entire raylib program with no dependencies other than, say, being a win32 app https://x.com/raysan5/status/1980322289527976202
replies(4): >>45663602 #>>45665595 #>>45666276 #>>45667634 #
smlacy ◴[] No.45663602[source]
but ... why?
replies(7): >>45663616 #>>45663685 #>>45664169 #>>45665350 #>>45665446 #>>45667159 #>>45669821 #
rererereferred ◴[] No.45665350[source]
Why not? The original Doom didn't use a GPU renderer. It should be possible to do simple 3d stuff in today's computers without it.
replies(2): >>45665811 #>>45666106 #
1313ed01 ◴[] No.45665811[source]
Even Quake launched with software rendering. Not sure if the first release even had support for any hardware acceleration?
replies(1): >>45666277 #
1. flohofwoe ◴[] No.45666277[source]
IIRC GLQuake was more like an experiment, only Quake II had proper GL support from the start.