If you find this interesting, you might also be interested in this video of someone diving even deeper into how to make the dither surface stable: <a href="https://www.youtube.com/watch?v=HPqGaIMVuLs" rel="nofollow">https://www.youtube.com/watch?v=HPqGaIMVuLs</a>
IMO, the holy grail of 3d dithering is yet to be achieved. runevision's method does not handle surfaces viewed at sharp angles very well. I've thought a lot about a method with fractal adaptive blue noise and analytic anisotropic filtering but I don't yet have the base knowledge to implement it.
My take on it is to use some arbitrary dithering algorithm (e.g. floyd-steinberg, blue noise thresholding, doesn't really matter) for the first frame, and for subsequent frames:<p>1. Turn the previous dithered framebuffer into a texture<p>2. Set the UV coordinates for each vertex to their screenspace coordinates from the previous frame<p>3. Render the new frame using the previous-framebuffer texture and aforementioned UV coords, with nearest-neighbor sampling and no lighting etc. (this alone should produce an effect reminiscent of MPEG motion tracking gone wrong).<p>4. Render the new frame again using the "regular" textures+lighting to produce a greyscale "ground truth" frame.<p>5. Use some annealing-like iterative algorithm to tweak the dithered frame (moving pixels, flipping pixels) to minimize perceptual error between that and the ground truth frame. You could split this work into tiles to make it more GPU-friendly.<p>Steps 4+5 should hopefully turn it from "MPEG gone wrong" into something coherent.
Very cool! The dither is no longer in screenspace though, which kills the retro charm.
Fair point, though I think that when it's low rez enough, it becomes less apparent that it's not in screenspace, and it gets closer to a retro look: <a href="https://youtu.be/EzjWBmhO_1E?t=102" rel="nofollow">https://youtu.be/EzjWBmhO_1E?t=102</a>
This really is a fantastic video. I don't think I'd considered many of the ideas behind dithering before seeing how it could be extrapolated to this degree.<p>The video ends in a place where I suspect even further advances could still be made.
There's a follow up video with variations of the technique (some of them with color) demonstrated in a game: <a href="https://www.youtube.com/watch?v=EzjWBmhO_1E" rel="nofollow">https://www.youtube.com/watch?v=EzjWBmhO_1E</a><p>But yes, there's still the issue of oblique angles looking different that still remains open AFAIK.
Discussed on HN in January 2025: <a href="https://news.ycombinator.com/item?id=42808889">https://news.ycombinator.com/item?id=42808889</a>
If anyone finds this interesting, I'd like to plug my post analyzing a similar technique, but generalized for perspective pixel art: <a href="https://tesseractc.at/shadowglass" rel="nofollow">https://tesseractc.at/shadowglass</a>
Thanks!<p>As a retro game dev and pixel artist, this is a lot more more preferable than the constant shimmering of other recent techniques such as Texel Splatting (<a href="https://dylanebert.com/texel-splatting" rel="nofollow">https://dylanebert.com/texel-splatting</a>). Love how stable it is, reminds me of billboarding but is clearly 3D.<p>Edit: Ah, I didn't finish reading the blogpost - didn't realise splatting was based on yours. I actually like your variant a bit better, but perhaps that's just due to the choice of textures/models.
One of the best games I've ever played. I might play it again now that it's been a few years and I can't remember the solutions.
My thoughts exactly.
It's truly the perfect detective game. There are so many original ideas brought to life here: the blending of a single frame of a scene, rendered in 1-bit 3D, that you can navigate around to forensically examine... coupled with the incredible voiceover work, such that the audio itself becomes a huge clue (listening for accents to try to determine origin!), and just... how layered and fantastical the story itself is, and the Memento-style reverse reveal.<p>Absolutely <i>LOVE</i> this game. Lucas Pope is brilliant.<p>If only they didn't break into that ark...
This is so cool! Excellent writeup also.<p>I feel like I understand it all except the last step:<p>> <i>I could feel the closeness, and a very simple fix for this kind of aliasing is to supersample: apply the dither thresholding at a higher resolution and downsample.</i><p>Here he shows a dither pattern that isn't monochrome, but has grays (cause it's downsampled). But the picture in the end is monochrome again. How does this work? How does he downsample the dithered result while staying monochrome?
I built a mini game with this technique [1][2]<p>[1] <a href="https://dither.blode.co" rel="nofollow">https://dither.blode.co</a><p>[2] <a href="https://github.com/mblode/dither-3d" rel="nofollow">https://github.com/mblode/dither-3d</a>
This is great from a technical and artistic perspective. But for me personally, the visual style ruined a great game. I love detective/deduction games. I'm listing some of my all-time favorites in this genre. I'd love to finish Obra Dinn, but god it just makes my eyes hurt so much.<p>The Case of the Golden Idol<p>Chants of Sennaar<p>Her Story<p>IMMORTALITY<p>The Painscreek Killings<p>The Roottrees are Dead<p>Type Help
Outer Wilds is the best in class for this genre, IMO.
Chants of Sennaar is my absolute favourite and I also really enjoyed The Case of The Golden Idol.<p>I haven't found anything close to scratching that Chants of Sennaar itch so far but I will check out the other games you mentioned as I haven't played any of them.<p>I also loved the conceit of the Obra Dinn but the visual style made me feel physically ill to the point I couldn't continue with the game. I'm useless with any first person POV stuff in general though.
I'll throw Heaven's Vault in there as well.
I really liked the unique style.<p>Golden Idol and Chants of Senaar are incredible as well though.
Have you at least played with the other color schemes?
I grew up on the small 6 inch 1 bit Mac SE display so the art style has a special place in my heart. Sadly I'm too "dumb" to fully enjoy the game as it requires a lot of attention to detail -- amazing if you enjoy detective style puzzles! I still highly respect it.
I gave this game a shot but honestly the art style got in the way of the gameplay for me. Fun to read how much effort went into it
Interesting. I was really impressed by the art at first, taking joy in exploring that as much as the scenes themselves. But it soon faded out of focus as I was engrossed in the story and gameplay.
Same thing for me, I love the technical aspect in the same way I love the demoscene. The visuals are original and very well done, so much that it is now almost impossible to talk about dithering without mentioning the Obra Dinn at some point.<p>I am also a fan of puzzle/detective games, and this is an excellent one.<p>Truly a masterpiece in both visual and gameplay, but together... not so much. For a game where understanding every detail of the scenes is critical, it felt I was fighting the game engine. Many times I wished I could turn off the dithering effect and see the underlying models with more standard shading. At no point it felt unfair, they really did a good job making it functional, but it was a distraction.<p>Not enough of a distraction to stop me from completing and enjoying the game and art. But hadn't the art style been unique, I would have enjoyed it much less.
Yeah. I’ve wondered if the game could be a total hit on some possibly-not-yet-real eink display that can reproduce the intended effect at 60fps without such eye strain.<p>As a kid I imagined playing Cosmic Osmo on actual magical paper at my desk at school.
Yeah, I also loved the idea, but found that playing it require me to strain my eyes too much and abandoned it. One of those games that is more fun to read about than to actually play.
Some of the examples in the post are really bad, but even the last one has "flickering" not of the dithering pattern but of the edges, which feel "off".
Mostly enjoyed it but the art style gave me motion sickness during and after each session where I had to stop (playing on a TV).
I absolutely loved this game. I still think about it often, the story and the characters. I wish there was more games like it.<p>Interesting read!
Agreed. The game is tied together so well with its deductive gameplay, art, and music. I also appreciate how difficult it is, I was banging my head against it frequently during my playthrough - but the "aha" moments are so worth it.<p>I picked up Blue Prince after - completely different game in most respects but hits some of the same satisfying puzzle-solving/deduction notes.
Some other good ones based around deduction:<p>The Case of the Golden Idol<p>The Roottrees are Dead<p>The Seance at Blake Manor<p>Chants of Sennaar
When the Mac and Atari ST first hit the market in the 80's, there were Comics created in this 1-bit "ordered-dither" style. For error-diffusion dithering (Floyd-Steinberg etc.), you needed more bits per pixel, to carry the error.<p>SHATTER:<p><a href="https://imgur.com/gallery/shatter-1984-was-first-commercially-available-comic-fully-created-on-computer-was-created-with-macpaint-fascinating-style-73KFSoC" rel="nofollow">https://imgur.com/gallery/shatter-1984-was-first-commerciall...</a><p>Robot Empire:<p><a href="https://www.reddit.com/r/atarist/comments/xgs4rh/comicbook_created_on_the_atari_st_back_in_1988/" rel="nofollow">https://www.reddit.com/r/atarist/comments/xgs4rh/comicbook_c...</a>
Previous discussion of "<i>Stabilizing the Obra Dinn 1-bit dithering process (2017)</i>" on 08-nov-2024 <a href="https://news.ycombinator.com/item?id=42084080">https://news.ycombinator.com/item?id=42084080</a> 114 comments
Actually saw a great youtube video about this recently - very cool how they were able to accomplish this.
<a href="https://www.youtube.com/watch?v=_3qzyAHMoUU" rel="nofollow">https://www.youtube.com/watch?v=_3qzyAHMoUU</a>
I keep feeling like there's a set of fundamental assumptions that can be optimized for, or relaxed and optimized for, in order to get at what a better method might be.<p>For example, stability of dithering under rotation and or some type of shear translation. What about stability under scaling?<p>There's been some other methods that essentially create a dither texture on the surface itself but, to me at least, this has a different quality than the "screen space" dithering that Obra Dinn employs.<p>Does anyone have any ideas on how to make this idea more rigorous? Or is the set of assumption fundamentally contradictory?
What a fascinating deep dive. 2x with sphere mapping is my favourite - it starts to take on a sort of pointillism-like quality which gives all the objects (or maybe my brain) a sort of understanding of their texture.
One of my favorite games of all time. An incredible kind of puzzle, oozing with its own weird style.
I remember following dukope‘s well-written devlog back then. Even tried to reproduce his edge detection for a game jam. Thanks for digging this out.
The final dithering effect appears to be mis-sampled and is no longer 1 bit per pixel
> It feels a little weird to put 100 hours into something that won't be noticed by its absence. Exactly no one will think, "man this dithering is stable as shit. total magic going on here." I don't want to give people problems they didn't know they should have though so it was worth fixing.<p>I mean maybe it's just me, but that is literally the first thing I noticed and I appreciated it so much I instantly bought the game. I don't even play video games much!
These techniques were all the rage on early Macintosh things
“The output is no longer 1-bit”<p>I thought that constraint was the whole idea?
(2017)
Never seen such a stable dithering before. Very nice!
see also: <a href="https://bisqwit.iki.fi/story/howto/dither/jy/" rel="nofollow">https://bisqwit.iki.fi/story/howto/dither/jy/</a>
(2017)