Daily Shaarli

All links of one day in a single page.

October 27, 2024

Toward safe transmutation in Rust

Interesting progress on safe type casting in Rust. This should bring nice zero copy parsing of binary data in some cases.

The Basics

Indeed, those are fundamental traits to make sure you learn and make progress on your journey.

pygfx

Looks like a very interesting Python library to build interactive 3d visualizations.

Rudimentary 3D on the 2D HTML Canvas

Ever wondered how to simulate 3D from 2D based primitives? Here is a nice experiment explaining how to approach it.