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•10mo 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?

EmDash – a spiritual successor to WordPress that solves plugin security

https://blog.cloudflare.com/emdash-wordpress/
217•elithrar•2h ago•129 comments

AI for American-Produced Cement and Concrete

https://engineering.fb.com/2026/03/30/data-center-engineering/ai-for-american-produced-cement-and...
49•latchkey•1h ago•38 comments

Ask HN: Who is hiring? (April 2026)

101•whoishiring•3h ago•87 comments

StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)

https://app.uniclaw.ai/arena?tab=costEffectiveness&via=hn
70•skysniper•2h ago•26 comments

NASA Artemis II moon mission live launch broadcast

https://plus.nasa.gov/scheduled-video/nasas-artemis-ii-crew-launches-to-the-moon-official-broadcast/
109•apitman•1h ago•40 comments

CERN levels up with new superconducting karts

https://home.cern/news/news/engineering/cern-levels-new-superconducting-karts
342•fnands•11h ago•78 comments

The OpenAI Graveyard: All the Deals and Products That Haven't Happened

https://www.forbes.com/sites/phoebeliu/2026/03/31/openai-graveyard-deals-and-products-havent-happ...
115•dherls•2h ago•73 comments

Show HN: Real-time dashboard for Claude Code agent teams

https://github.com/simple10/agents-observe
41•simple10•2h ago•14 comments

Is BGP safe yet?

https://isbgpsafeyet.com/
192•janandonly•5h ago•66 comments

TurboQuant KV Compression and SSD Expert Streaming for M5 Pro and IOS

https://github.com/SharpAI/SwiftLM
6•aegis_camera•33m ago•0 comments

Random numbers, Persian code: A mysterious signal transfixes radio sleuths

https://www.rferl.org/a/mystery-numbers-station-persian-signal-iran-war/33700659.html
70•thinkingemote•7h ago•77 comments

An Introduction to Writing Systems and Unicode

https://r12a.github.io/scripts/tutorial/part2
9•mariuz•3d ago•3 comments

Show HN: Zerobox – Sandbox any command with file and network restrictions

https://github.com/afshinm/zerobox
29•afshinmeh•2d ago•28 comments

The AI Marketing BS Index

https://bastian.rieck.me/blog/2026/bs/
3•speckx•44m ago•0 comments

Consider the Greenland Shark (2020)

https://www.lrb.co.uk/the-paper/v42/n09/katherine-rundell/consider-the-greenland-shark
68•mooreds•5d ago•26 comments

Randomness on Apple Platforms (2024)

https://blog.xoria.org/randomness-on-apple-platforms/
30•surprisetalk•5d ago•1 comments

Wasmer (YC S19) Is Hiring – Rust and DevRel Positions

https://www.workatastartup.com/companies/wasmer
1•syrusakbary•6h ago

Intuiting Pratt Parsing

https://louis.co.nz/2026/03/26/pratt-parsing.html
120•signa11•2d ago•39 comments

Ada and Spark on ARM Cortex-M – A Tutorial with Arduino and Nucleo Examples

http://inspirel.com/articles/Ada_On_Cortex.html
34•swq115•4d ago•5 comments

Claude Wrote a Full FreeBSD Remote Kernel RCE with Root Shell (CVE-2026-4747)

https://github.com/califio/publications/blob/main/MADBugs/CVE-2026-4747/write-up.md
195•ishqdehlvi•13h ago•83 comments

Ukrainian Drone Holds Position for 6 Weeks

https://defenceleaders.com/news/ukrainian-combat-robot-holds-frontline-position-for-six-weeks-in-...
13•AftHurrahWinch•41m ago•2 comments

What Is Copilot Exactly?

https://idiallo.com/blog/what-is-copilot-exactly
52•WhyNotHugo•1h ago•34 comments

Show HN: Sycamore – next gen Rust web UI library using fine-grained reactivity

https://sycamore.dev
87•lukechu10•6h ago•55 comments

What IAEA docs say about Iran's nuclear program, before the bombs fell

https://meetdewey.com/blog/iaea-iran-nuclear-reports
16•lambdabaa•22m ago•6 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
176•wazHFsRy•2d ago•75 comments

The Document Foundation ejects its core developers

https://www.collaboraonline.com/blog/tdf-ejects-its-core-developers/
62•hackernewsblues•7h ago•29 comments

Playing Wolfenstein 3D with one hand in 2026

https://arstechnica.com/gaming/2026/03/playing-wolfenstein-3d-with-one-hand-in-2026/
20•Brajeshwar•4d ago•7 comments

Claude Code Unpacked : A visual guide

https://ccunpacked.dev/
934•autocracy101•13h ago•341 comments

A dot a day keeps the clutter away

https://scottlawsonbc.com/post/dot-system
501•scottlawson•21h ago•152 comments

Chess in SQL

https://www.dbpro.app/blog/chess-in-pure-sql
159•upmostly•3d ago•37 comments