Tag: rust

  • Drawing All The Graphs

    Today I want to talk a bit about graphs in practice, how developing a mystery game led us to develop a whole new infrastructure useful for a much wider range of coding tasks, and why we didn’t take an off the shelf solution for working with graphs in our current endeavors at DEVLIKE. A while…

  • GLTF: Highway from 3D pipeline to engine

    So, I’m developing a 3D engine. We want to load models, and I’ve heard great things about the GLTF format, but never used it myself. I know it can keep all these different things in it, such as meshes, bones, skinning, animations, morph targets, and even cameras! This would be my first attempt at using…