TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Id as Super-Ego: The Creation of Duke Nukem 3D (2001) [pdf]

113 pointsby nodivbyzeroabout 8 years ago

8 comments

acomaabout 8 years ago
I took an interest in programming in high-school and ran into Todd (mentioned in the article) in the lobby of an online first-person shooter. The topic of programming came up, and I explained where was at in this whole coding-thing.<p>After a few games, Todd gave me a challenge: Thoroughly understand multilevel pointers, and then explain it back. In doing that, there would be a cash reward.<p>Hell yeah! So, I studied. Eventually, something clicked and I was able to answer those interview-style questions he threw at me. I ran the whole “money from a video game” thing past my parents, and Todd followed through on his promise. That small gesture fueled an understanding that projected into a career.<p>Interesting article, it&#x27;s worth a read; there are good people behind it. Thanks again.
gavanwooleryabout 8 years ago
I also highly recommend this piece by the same author: <a href="http:&#x2F;&#x2F;fabiensanglard.net&#x2F;duke3d&#x2F;build_engine_internals.php" rel="nofollow">http:&#x2F;&#x2F;fabiensanglard.net&#x2F;duke3d&#x2F;build_engine_internals.php</a> (skipping to page 2 which I think is more interesting)<p>The software renders of yore actually got me thinking about them in a modern context, how they could be extended, and in what ways they could compete with GPU-based algorithms on a per-cycle basis. I think there is still much area to be explored here, given we mostly stopped researching realtime software rendering as GPUs became dominant - I think there is a lot of unexplored area left.<p>Also one piece of software I think is severely underrated is Ken Silverman&#x27;s Voxlap: <a href="http:&#x2F;&#x2F;advsys.net&#x2F;ken&#x2F;voxlap.htm" rel="nofollow">http:&#x2F;&#x2F;advsys.net&#x2F;ken&#x2F;voxlap.htm</a><p>Released in 2002, it was way ahead of its time.
评论 #13842561 未加载
jmcgoughabout 8 years ago
For anyone who finds this interesting, I strongly recommend &quot;Masters of Doom&quot; by David Kushner, which focuses on the history of iD software, John Carmack and John Romero.
MrRadarabout 8 years ago
Those web page printouts at the bottom of the PDF are incredible! Most of the time the Internet Archive&#x27;s snapshots are missing images or other assets but these are complete and excellent examples of the web design of the era.
aynsofabout 8 years ago
According to his website (bottom of the pdf), Ken Silverman&#x27;s favourite optimisation is: sub eax 128, add eax -128<p>Can anyone explain this to an assembly rookie?
评论 #13842910 未加载
Zardoz84about 8 years ago
&gt; Chief of these was the level editor that he designed along with the engine, which, for the first time and surprisingly the last time, allowed a level designer to “walk” through the level in 3D as he was designing it. This WYSIWYG (what-you-see-is-what-you-get) mode allowed the designers to create levels in a far more natural way then they would be able if they were merely using lines on a grid.<p>Not was the last. Obvisuly, the guy that wrote this on 2001, not know UnrealEd. The map editor for Unreal engines have this capability. Eventually, even map editors for classic DooM would have it (Check DoomBuilder for example)
评论 #13845474 未加载
Rondomabout 8 years ago
If you like this, the following videos are quite interesting: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL8BB189B81A301EEB" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL8BB189B81A301EEB</a><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=cv-byZAauAs" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=cv-byZAauAs</a>
bluedinoabout 8 years ago
You never hear anything about other 90&#x27;s 3D engines like Dark Forces, Marathon, or Descent.
评论 #13845540 未加载