SDF Based Chess Rendering 3 months agoBoard and pieces are handcrafted analytical sdf functions. 0ThreadHN
Honey, I shrunk {fmt}: bringing binary size to 14k and ditching the C++ runtime 2 years agoThe main point of replacing it with malloc is that new will throw std::bal_alloc so using it requires linking against the c++ runtime. 0ThreadHN