frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Precomputing Transparency Order in 3D

https://jacobdoescode.com/2025/05/18/precomputing-transparency-order-in-3d
14•jacobp100•11mo ago

Comments

bschwindHN•10mo ago
> Today, getting the correct order for translucent faces typically involves sorting the faces by their distance to the camera on the CPU, then sending the sorted faces to the GPU. This means every time the camera moves, you need to re-sort the translucent faces.

Don't most games and rendering engines these days use order-independent transparency if they care about these problems?

https://osor.io/OIT

How does the method in the OP article work if you're rendering meshes instead of planar objects? Sure, a mesh is just composed of planar triangles, but that's a _lot_ of triangles to sort, and with an O(n^2) algorithm, it's going to be painful.

user____name•10mo ago
A big problem with OIT techniques is that it presumes all see-trough surfaces use alpha blending. In reality other blending modes can be used, most notably additive blending. Additive blending is very useful because it ensures the surface will always be brighter than the background, which is important for things like fire, which look strange when the background is actually brighter than the blended surface, this is quite common.

Another issue is that OIT techniques usually have a breaking point where drawing too many layers will start showing artefacts.

So in order for OIT to work correctly you have to enforce all surfaces to be either opaque or use alpha blending and also avoid drawing too many layers. This is more limiting than sorting based approaches for the average usecase, even if it does end up fixing cases that aren't easily fixed via sorting. Besides that, people working in games and realtime rendering have simply gotten accustomed to designing around alpha blending issues.

bschwindHN•10mo ago
What's the granularity of sorting, for most modern games? I'm guessing just sorting by an object or mesh center, instead of sorting each triangle, but are there are methods I'm unaware of?

The Closing of the Frontier

https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html
111•MindGods•1h ago•62 comments

European AI. A playbook to own it. By Mistral

https://europe.mistral.ai/
25•hjouneau•20m ago•2 comments

Show HN: boringBar – a taskbar-style dock replacement for macOS

https://boringbar.app/
151•a-ve•2h ago•90 comments

Bring Back Idiomatic Design

https://essays.johnloeber.com/p/4-bring-back-idiomatic-design
319•phil294•7h ago•152 comments

Most people can't juggle one ball

https://www.lesswrong.com/posts/jTGbKKGqs5EdyYoRc/most-people-can-t-juggle-one-ball
106•surprisetalk•3d ago•37 comments

Show HN: Claudraband – Claude Code for the Power User

https://github.com/halfwhey/claudraband
40•halfwhey•3h ago•9 comments

I gave every train in New York an instrument

https://www.trainjazz.com/
117•joshuawolk•2d ago•28 comments

The Peril of Laziness Lost

https://bcantrill.dtrace.org/2026/04/12/the-peril-of-laziness-lost/
7•gpm•26m ago•0 comments

Show HN: Oberon System 3 runs natively on Raspberry Pi 3 (with ready SD card)

https://github.com/rochus-keller/OberonSystem3Native/releases
125•Rochus•7h ago•18 comments

DIY Soft Drinks

https://blinry.org/diy-soft-drinks/
47•_Microft•3h ago•15 comments

Tell HN: docker pull fails in spain due to football cloudflare block

483•littlecranky67•7h ago•205 comments

EasyPost (YC S13) Is Hiring

https://www.easypost.com/careers
1•jstreebin•3h ago

Seven countries now generate 100% of their electricity from renewable energy

https://www.the-independent.com/tech/renewable-energy-solar-nepal-bhutan-iceland-b2533699.html
374•mpweiher•6h ago•167 comments

Bouncer: Block "crypto", "rage politics", and more from your X feed using AI

https://github.com/imbue-ai/bouncer
20•steveharing1•3h ago•25 comments

JVM Options Explorer

https://chriswhocodes.com/vm-options-explorer.html
149•0x54MUR41•9h ago•67 comments

Anthropic downgraded cache TTL on March 6th

https://github.com/anthropics/claude-code/issues/46829
400•lsdmtme•14h ago•301 comments

Happy Map

https://pudding.cool/2026/02/happy-map/
176•surprisetalk•5d ago•31 comments

Cooperative Vectors Introduction

https://www.evolvebenchmark.com/blog-posts/cooperative-vectors-introduction
37•JasperBekkers•2d ago•2 comments

Phyphox – Physical Experiments Using a Smartphone

https://phyphox.org/
156•_Microft•11h ago•27 comments

The Physics of GPS

https://perthirtysix.com/how-does-gps-work
81•maouida•9h ago•22 comments

Textbooks and Methods of Note-Taking in Early Modern Europe (2008)

https://dash.harvard.edu/server/api/core/bitstreams/7312037d-e342-6bd4-e053-0100007fdf3b/content
11•mooreds•4h ago•0 comments

A Tour of Oodi

https://blinry.org/oodi/
86•zdw•3d ago•28 comments

Exploiting the most prominent AI agent benchmarks

https://rdi.berkeley.edu/blog/trustworthy-benchmarks-cont/
473•Anon84•1d ago•118 comments

I run multiple $10K MRR companies on a $20/month tech stack

https://stevehanov.ca/blog/how-i-run-multiple-10k-mrr-companies-on-a-20month-tech-stack
714•tradertef•14h ago•410 comments

Doom, Played over Curl

https://github.com/xsawyerx/curl-doom
78•creaktive•10h ago•11 comments

Investigating How Long-Distance Couples Use Digital Games to Facilitate Intimacy

https://arxiv.org/abs/2505.09509
20•radeeyate•3h ago•4 comments

Mark's Magic Multiply

https://wren.wtf/shower-thoughts/marks-magic-multiply/
9•luu•1d ago•0 comments

Floyd's Sampling Algorithm

https://buttondown.com/jaffray/archive/floyds-sampling-algorithm/
33•ibobev•5d ago•2 comments

Google Removes "Doki Doki Literature Club" from Google Play

https://bsky.app/profile/serenityforge.com/post/3mj3r4nbiws2t
5•super256•18m ago•0 comments

The Miller Principle (2007)

https://puredanger.github.io/tech.puredanger.com/2007/07/11/miller-principle/
75•FelipeCortez•5d ago•51 comments