./gabrieloc
banner
gabrieloc.bsky.social
./gabrieloc
@gabrieloc.bsky.social
graphics/3d/programming/gamedev
this generation is cooked
can’t even fry their dang eggs…
May 5, 2025 at 11:25 PM
Reposted by ./gabrieloc
Btw: I don't dismiss the research and people verifying hypotheses. But what annoys me the most is: a) confidence, arrogance, and dismissal of art (whether of making fun gameplay, or beautiful assets) and effort. b) Pure bullshit. Holtz or Altman promised a "full holodeck" by the end of 2024. Oops.
April 6, 2025 at 8:19 PM
I've begun developing a system for my UI which uses a spring-mass model to ensure elements never overlap in screen-space, while shadowing world-space bodies #gamedev
April 24, 2025 at 2:03 AM
Someone really went above and beyond with the "Extrasolar planets in fiction" page. Each planet here has its own circular hitbox!
April 18, 2025 at 6:37 PM
QA'ing a release
April 12, 2025 at 2:49 AM
in essence, the camera orbits in scene space and the simulated universe translates and scales around a fixed point
#gamedev #indiedev
April 7, 2025 at 10:47 PM
infinite detail with new reference frame architecture in which each body's transform is local to a larger body, enabling extremely precise values over massive distances
#gamedev #indiedev
April 7, 2025 at 10:39 PM
I needed a function for checking if a box intersected a circle. I could write unit tests for 3 lines of code, but it's usually way simpler to verify this kind of logic with a shader even though the function in question isn't strictly used in shaders.
#gamedev #shaders
April 4, 2025 at 2:23 AM
Reposted by ./gabrieloc
275 new near-Earth objects were designated in March 2025, taking the total number of known objects to more than 38 000!

Find the latest asteroid news and a fun little quiz in the April newsletter from ESA's Near-Earth Object Coordination Centre: neo.ssa.esa.int/-/latest-new...
April 2, 2025 at 1:29 PM
making some progress on the updated translation/scaling system in which the camera orbits a fixed point and the universe moves and scales around it #gamedev
April 1, 2025 at 12:46 PM
The upper leg of a gundam kit for a project I did last year #blender #b3d
March 28, 2025 at 9:18 PM
TIL about semantic magic numbers en.wikipedia.org/wiki/Magic_n...

0D15EA5E - "Zero Disease", a successful boot code used by Nintendo
0xDEADBEEF - "Dead Beef" for uninitialized memory in embedded systems
0XB16B00B6/0x0B00B135 - Used by Microsoft for various user-id constants
Magic number (programming) - Wikipedia
en.wikipedia.org
March 28, 2025 at 8:33 PM
Reposted by ./gabrieloc
🌟New tapes and postcards just dropped!!!!🌟
New Coral set featuring some of my favorite little reef guys

[ #nightmarket #merch #stationary ]
March 27, 2025 at 7:47 PM
I built a small visualizer for debugging a concept I've been struggled to wrap my head around - a data structure that enables a recursive hierarchy of reference frames for an infinitely deep 2D space. This will enable a lossless amount of detail at leach level
#gamedev
March 27, 2025 at 5:36 PM
Reposted by ./gabrieloc
Today we say goodbye to ESA’s Milky Way-mapper Gaia! The Gaia spacecraft has completed its sky-scanning and will be switched off this morning.
March 27, 2025 at 6:09 AM
Learned about Moiré patterns the other day. They describe the interference effect you see when complex shapes overlap, and resemble the patterns that can commonly emerge from aliasing artifacts in graphics.

Nice to learn there's a formal name for this phenomenon

en.wikipedia.org/wiki/Moir%C3...
March 8, 2025 at 10:09 PM
are gifs supported here yet?
February 27, 2025 at 4:20 PM
Reposted by ./gabrieloc
here, have a coordinate system chart~
November 13, 2024 at 10:38 AM
I'm exploring blurring strategies, my current approach of resampling with a noise-based scatter seems to work really well during gameplay, but you can see the illusion when the game is paused. here's 1 sample, 10 samples, and 100 samples
November 6, 2024 at 8:32 PM