Earlier quoted context omitted.
It does it mostly all in his head. He's built a fair amount of rendering engines so he knows all the basics of how to do it.
That is impressive if true. Does he also figure out how to read the WAD files himself too for level geometry and textures? I just find it hard to believe he isn't referencing the original source at all...
Notch programming a Doom-like in Dart
21–30 of 149 posts
Re: Notch programming a Doom-like in Dart
#22Earlier quoted context omitted.
That is impressive if true. Does he also figure out how to read the WAD files himself too for level geometry and textures? I just find it hard to believe he isn't referencing the original source at all...
The WAD format was reverse engineered and published some time back in the 90s when the first third party level editors and mods were produced.
Re: Notch programming a Doom-like in Dart
#23Earlier quoted context omitted.
It does it mostly all in his head. He's built a fair amount of rendering engines so he knows all the basics of how to do it.
That is impressive if true. Does he also figure out how to read the WAD files himself too for level geometry and textures? I just find it hard to believe he isn't referencing the original source at all...
Re: Notch programming a Doom-like in Dart
#24Earlier quoted context omitted.
That is impressive if true. Does he also figure out how to read the WAD files himself too for level geometry and textures? I just find it hard to believe he isn't referencing the original source at all...
Well, the title is "Notch programming a Doom-like in Dart." So, it doesn't sound like it's a port of Doom, just a game that's like Doom.
Re: Notch programming a Doom-like in Dart
#25It sucks that hitbox doesn't work on mobile.
Re: Notch programming a Doom-like in Dart
#26Re: Notch programming a Doom-like in Dart
#27Re: Notch programming a Doom-like in Dart
#28Re: Notch programming a Doom-like in Dart
#29I'm amazed how much of editing he actually does by hand (like growing/shrinking indentation) and mouse. That sort of switching between actual coding and lexical editing would kill my flow.
Re: Notch programming a Doom-like in Dart
#30For me personally it is interesting to see that Notch seems to prefer Dart Editor (Built on the Eclipse platform) over something like Intellij IDEA or Webstorm ( https://www.dartlang.org/tools/webstorm/ ).