Game Geometry Representation Choice
Choose the right geometric representation for game systems before implementing rendering, collision, procedural generation, editing, or conversion code. Use when deciding between meshes, SDFs, voxels, splines, parametric surfaces, fields, or hybrid geometry workflows for games.
Game Developmentv0.1.0MITgame-devgame-geometrygeometryrepresentationprocedural-generation
Install
npx skills add LVTD-LLC/skills --skill game-geometry-representation-choiceFrom `SKILL.md`
Use this skill before writing geometry-heavy game code. Pick the representation that makes the important operation simple, robust, and fast enough, then plan conversion boundaries deliberately.