Amini Allight

@amini-allight.org

Solo game developer, VR enthusiast. Developing LambdaMod, a free and open source multiplayer game with VR support

hooray! eric (audio toy) has achieved triple-mixed-metaphor bliss! the outer language transpiles to C and lets me write arbitrary DSP-ish stuff (think, new synths, algorithms); it can embed strudel style patterns via inline mininotation, AND submodules with guis, including... trackers, that now...

Bild

The talk I presented at #SIGGRAPH2026 is now available on YouTube, for anyone who couldn’t attend or would like to revisit it :) youtu.be/OFJYBUArVPc?...

Dual Contouring of Signed Distance Data - SIGGRAPH 2026 [Technical paper presentation]

YouTube video by Xiana Carrera

youtu.be

Xiana Carrera@xianacarrera.bsky.social · 2mo ago

1/6 Excited to share our #SIGGRAPH2026 paper, Dual Contouring of Signed Distance Data! We propose a new method for reconstructing sharp meshes from discrete samples of signed distance functions (SDFs) that does not require gradients. Project page: gatc.cs.columbia.edu/projects/dua...

I wish when recording staticy radio dialogue that cuts out more devs would record the entire line and then cut it afterwards I can usually hear in the voice that they've finished speaking, the final word sounds different somehow

Vault Breaker is a much improved version of Marathon for me, still tense and difficult without being miserable, I thought it might be boring having only one map but actually it reminds me of Prey: Mooncrash, which I love Just wish it was going last longer than two weeks

Trying to keep NaNs out of your project is so tough if you weren't fanatical about it from day one Apparently rotations can cause your unit vectors to lengthen so dot(p, q) returns a number slightly larger than 1, which causes acos(dot(p, q)) to return NaN I've been doing that for years 😭 #gamedev