this post was submitted on 07 Jul 2023
93 points (98.9% liked)

Asklemmy

43404 readers
1326 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dabe@programming.dev 10 points 1 year ago (1 children)

…does Doom use it for anything?

[–] Walop@sopuli.xyz 19 points 1 year ago* (last edited 1 year ago) (2 children)

Multiplayer obviously, Doom has had multiplayer since the first one

Doom also invented recording demos, because there was no chance to record or share videos at that time

[–] dabe@programming.dev 6 points 1 year ago

Oh yah.. duh. That’s pretty neat.

[–] dandroid@dandroid.app 3 points 1 year ago (1 children)

Doom also invented the idea of only transferring deltas rather than the whole state of the game on every frame. This is the base idea behind H.264 video compression, which is what makes internet video streaming work.

[–] Walop@sopuli.xyz 3 points 1 year ago (1 children)

I'm not sure what you mean. Do you have a source for more complete explanation?

H.261 is way older than Doom and already uses motion compensation and inter-picture prediction.

The aformentioned demos work by recording all input control states for every tic and then replaying them later in-engine. But I don't think that parallels video encoding.

[–] dandroid@dandroid.app 3 points 1 year ago

I am probably misremembering details, as this was something we learned about in my algorithms class in college about a decade ago. I'll see if I can dig up more details after work today.