frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

bschwindHN•1y 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•1y 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•1y 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?

OpenWrt One – Open Hardware Router

https://openwrt.org/toh/openwrt/one
370•peter_d_sherman•5h ago•154 comments

CoMaps – FOSS Offline Maps

https://www.comaps.app/
260•basilikum•4h ago•49 comments

A global workspace in language models

https://www.anthropic.com/research/global-workspace
230•in-silico•5h ago•79 comments

GLM 5.2 and the coming AI margin collapse

https://martinalderson.com/posts/the-upcoming-ai-margin-collapse-part-1-glm-5-2/
64•martinald•3h ago•37 comments

Pruning RAG context down to what the answer actually needs

https://www.kapa.ai/blog/how-we-prune-rag-context
32•emil_sorensen•4h ago•2 comments

Fable turned remarkable into Tom Riddle's diary from Harry Potter

https://github.com/MaximeRivest/Riddle
7•modinfo•36m ago•0 comments

Full Writeup of the Windows GDID

https://github.com/SmtimesIWndr/gdid-reversal
18•typeofhuman•1h ago•6 comments

Linux on the Atari Jaguar

https://cakehonolulu.github.io/linux-for-jaguar/
88•cakehonolulu•5h ago•16 comments

Evaluation order and nontermination in query languages

https://www.rntz.net/post/2026-06-11-datalog-nontermination.html
12•luu•4d ago•0 comments

Resetting Xbox

https://news.xbox.com/en-us/2026/07/06/resetting-xbox/
439•dijksterhuis•9h ago•395 comments

AMD Ryzen AI Halo – $4k AI Dev Kit

https://www.lttlabs.com/articles/2026/07/06/amd-ryzen-ai-halo
261•LabsLucas•8h ago•189 comments

Ternlight – 7 MB embedding model that runs in browser (WASM)

https://ternlight-demo.vercel.app/
7•soycaporal•30m ago•1 comments

Stealth robotics startup (YC S26) is hiring principal engineers (Palo Alto)

1•david-venegas•7h ago

AI: The ROI Runway Could Be Long Outside the Tech Sector

https://www.apollo.com/wealth/insights-news/insights/daily-spark/ai-the-roi-runway-could-be-long-...
27•u1hcw9nx•2h ago•13 comments

OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files

https://github.com/iOfficeAI/OfficeCLI
106•maxloh•6h ago•32 comments

Using precision editing to study human embryo development shows master gene

https://www.cam.ac.uk/research/news/first-use-of-precision-editing-to-study-human-embryo-developm...
35•gmays•3d ago•16 comments

Vessel

https://claude.ai/public/artifacts/2c647671-3f94-4d22-b3c1-f2b5a0e17b6e
7•schwarzarno•48m ago•1 comments

Rotman Lens

https://en.wikipedia.org/wiki/Rotman_lens
65•thomasjb•5d ago•15 comments

M/PC – A Concatenative OS

https://wiki.xxiivv.com/site/m_pc.html
23•caminanteblanco•3h ago•2 comments

Python 3.14 compiled to metal – no interpreter

https://github.com/can1357/pon
105•hamza_q_•3h ago•73 comments

Januscape: Guest-to-Host Escape in KVM/x86 [CVE-2026-53359]

https://github.com/V4bel/Januscape
66•Imustaskforhelp•6h ago•21 comments

Aluminum foil (2021)

https://dernocua.github.io/notes/aluminum-foil.html
223•firephox•10h ago•101 comments

Kani: A Model Checker for Rust

https://arxiv.org/abs/2607.01504
121•Jimmc414•7h ago•7 comments

The LLVM Compiler Infrastructure

https://cacm.acm.org/federal-funding-of-academic-research/the-llvm-compiler-infrastructure/
22•tosh•2d ago•4 comments

Real-time map of Great Britain's rail network

https://www.map.signalbox.io
379•scrlk•13h ago•139 comments

Road to Elm 1.0

https://elm-lang.org/news/faster-builds
294•wolfadex•11h ago•145 comments

Taiganet.com, Home of the WS4000 Simulator

https://www.taiganet.com/
8•Aloha•2h ago•2 comments

Egypt Is Building a New Nile

https://www.theb1m.com/video/egypt-is-building-a-new-nile
118•geox•3d ago•65 comments

Titan's Resources and Their Utilization

https://arxiv.org/abs/2606.06608
10•bookofjoe•1h ago•4 comments

Not everything should cost a token: the case for deterministic AI

https://www.vybe.build/blog/learn-what-not-to-tokenize
4•marwann•1h ago•0 comments