Explore >> Select a destination


You are here

benjamin.computer
| | vlad.website
4.8 parsecs away

Travel
| | In 2020, I started writing a 3D game engine from scratch in C++. This is a post about how I added skeletal animation to it. Drake is in it, so buckle up.
| | machinethink.net
4.7 parsecs away

Travel
| | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch
| | www.reedbeta.com
4.1 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | 0x44.cc
24.1 parsecs away

Travel
| [AI summary] The article provides an in-depth explanation of reverse engineering concepts, including CPU operations, memory representation, data structures, and disassembly techniques. It guides readers through understanding machine code, endianness, signed integers, and how to analyze C code using tools like Visual Studio and disassemblers.