Hey All, I made a header only C++ library where it's 1 line of code to init, then you can start writing to pixels on the screen.
I call it thirteen.h, as it is inspired by the simplicity of the 13h days.
Examples include a mandelbrot viewer and a playable mine sweeper game.
MIT licensed.
After nine (nine!) years of development, meshoptimizer has reached its first major version, 1.0!
This release focuses on improvements in clusterization and simplification as well as stabilization; almost all experimental functionality added in past releases is now stable. Here's a release announcement with some more details on past, present and future; please RT!
https://meshoptimizer.org/v1
an attempt to express the goodwill that I feel towards everyone, despite being in a position where I have contentious interactions sometimes:
https://andrewkelley.me/post/open-letter-everyone-butted-heads.html
Gigi Version 1.0.0 released!
This includes WebGPU code generation, and the dx12 preview feature cooperative vectors.
A gallery of a few Gigi techniques that you can run in your browser:
https://electronicarts.github.io/gigi/
Gigi:
https://github.com/electronicarts/gigi/releases/tag/v1.0.0

The jemalloc memory allocator was first conceived in early 2004, and hasbeen in public use for about 20 years now. Thanks to the nature of open source software licensing,jemalloc will remain publicly available indefinitely. But active upstream development has come to anend. This post briefly desc...