Writings
Writings, experiments and devlogs. Just a place for me to dump my creative output :)
2024
metal-experiment: The value of underengineering
18 June 2024
A quick note about little-endianness
23 May 2024
The ideal XR device and operating system
5 February 2024
Game engine from scratch #4 - ImGui integration
29 January 2024
Apple Vision Pro and the importance of tinkering
24 January 2024
Game engine from scratch #3 - ECS and transform hierarchy
20 January 2024
Progress on writing a custom ECS implementation with the ability to support a transform hierarchy with the least amount of matrix multiplications needed.
2023
Game engine from scratch #2 - Texture and mesh import
26 December 2023
A crude implementation for importing assets using lodepng and cgltf to import .png images and .gltf files.