Hacker News with Generative AI: Graphics

Measuring Acceleration Structures (zeux.io)
Hardware accelerated raytracing, as supported by DirectX 12 and Vulkan, relies on an abstract data structure that stores scene geometry, known as “acceleration structure” and often referred to as “BVH” or “BLAS”. Unlike geometry representation for rasterization, rendering engines can not customize the data layout; unlike texture formats, the layout is not standardized across vendors.
Technicalities of Homeworld 2 Backgrounds (simonschreibt.de)
Gnome / mutter triple buffering patch merged (gnome.org)
Making sure you're not a bot!
3dfx: So powerful, it's kind of ridiculous (2023) (abortretry.fail)
In 1988, Silicon Graphics made a series of workstation computers that were based upon two pieces of technology: the MIPS CPU and the IRIS graphics system.
GraphicsMagick needs some additional productive volunteers (graphicsmagick.org)
GraphicsMagick needs some additional productive volunteers. For several years now, the burden has entirely been on me (Bob Friesenhahn). I have been sheparding the project for 23 years already (and contributed to ImageMagick and GraphicsMagick combined for 29 years already). Volunteers are needed to add/improve new/existing file format support, and to assure correct operation on all targets.
WebGPU Fluid Simulations: High Performance and Real-Time Rendering (tympanus.net)
When Matsuoka’s WebGPU-powered water simulations started making waves on X, they amazed developers and graphics enthusiasts alike with their breathtaking realism and incredible performance.
Unigraphics, 1974–2001 (computer.org)
RT64: N64 graphics renderer in emulators and native ports (github.com/rt64)
RT64 is an N64 graphics renderer for playing games with enhancements in emulators and native ports.
Tetris in PostScript (github.com/nst)
A Tetris implementation in PostScript
Surface-Stable Fractal Dither on Playdate (aras-p.info)
Rune Skovbo Johansen has a really sweet Surface-Stable Fractal Dithering technique, where the dither dots “stick” to 3D surfaces, yet the dot density adapts to the view distance and zoom level.
Show HN: Live webcam metal pin toy simulation powered by WebGPU depth estimation (vncntt.github.io)
Using Depth Anything V2 + metal pin simulation
500K Open-Licensed SVG Icons (svgrepo.com)
TinyX: Small Featured X Server (github.com/tinycorelinux)
We resurrected Xvesa from the depths of git history, and intend to maintain it with Xfbdev.
A Brief History of ColorSync (eclecticlight.co)
To ensure that output best matches expectations, it’s necessary to adjust colours to a device colour profile using a colour management system.
Post-Processing Shaders as a Creative Medium (maximeheckel.com)
Spending the better part of 2024 learning new shader techniques and concepts through the lens of post-processing has been the spark I needed to come up with ever more intricate, detailed, and ambitious creative work.
Chinese algorithm claimed to boost Nvidia GPU performance by up to 800X (tomshardware.com)
Large Collection of Interactive(WASM) Creative Coding Demos C99 OpenGL/WebGL (jaysmito101.github.io)
More examples can be found in the GitHub repository that haven't been ported to WebAssembly yet.
Show HN: 1M+ animated GPU sprites in JavaScript (phaser.io)
Based purely on the title this may sound like another beta of Phaser v4, but under the hood this is a truly exciting release! Yes, Beta 5 mostly focuses on fixing issues that surfaced in Beta 4, but it also introduces the final piece of the Phaser Beam jigsaw: The brand new Sprite GPU Layer Game Object.
Shadow of the Beast (1989) Graphics Deep Dive [video] (youtube.com)
The Graphics Codex (graphicscodex.com)
Surface-Stable Fractal Dithering (github.com/runevision)
Surface-Stable Fractal Dithering is a novel form of dithering invented by Rune Skovbo Johansen for use on surfaces in 3D scenes.
Psychedelic Graphics 0: Introduction (benpence.com)
Hands-On Graphics Without X11 (blogsystem5.substack.com)
Exploring ways to mipmap alpha-tested textures (lisyarus.github.io)
In my village building game I'm using alpha-tested transparency for foliage — trees, bushes, grass, etc. This works simply by discarding (i.e. not drawing) any pixels having an alpha value of less than 0.5, and keeping the others. This is much cheaper than proper transparency, which requires sorting objects or pixels by distance to camera.
Portals and Quake (30fps.net)
Ever wanted to know how exactly did Quake’s precomputed visibility work? I did, so I wrote vis.py, a reimplementation of their algorithm in Python. This guide has all the information you need to understand vis, the tool used by Quake, Half-Life and Source Engine games.
Spline Distance Fields (zone.dog)
Earlier this year I decided to put my main project Tangerine on hold indefinitely and began prototyping a new renderer in an unfamiliar language using a totally new graphics API with the goal of overcoming all of Tangerine's technical shortcomings.
Labwc: Wlroots-based window-stacking compositor for Wayland, inspired by openbox (labwc.github.io)
Labwc is a wlroots-based window-stacking compositor for wayland, inspired by openbox.
Modern Generic SVGA driver for Windows 3.1 (github.com/PluMGMK)
This is a rewrite of the Windows 3.1 SVGA driver, designed to support ALL available 8-bit, 16-bit, 24-bit or 32-bit graphic modes on any system providing the VESA BIOS Extensions (hence the VBE in the name). It is based on the Video 7 SVGA driver included in the Win16 Driver Development Kit, with most of the hardware-specific code gutted out, and with support added for multi-byte pixels.
One Dog vs. the Windows 3.1 Graphics Stack (wuffs.org)
Wherein I learn too much about VGA hardware and generate some really cool glitch art while I try to fix somebody else's fix for a video driver that's older than I am.
Show HN: WebGPU + TypeScript Slime Mold (github.com/SuboptimalEng)
I made this slime mold simulation to learn more about WebGPU and compute shaders. It's essentially a recreation of Sebastian Lague's coding adventure (albiet with fewer features).