ra’s avatarra’s Twitter Archive—№ 39,957

      1. nailed down some subtle, subtle bugs in the physics/mesh/entity systems and now everything is working as expected
    1. …in reply to @ra
      the video demonstrates: three kinds of colliders (boxes, spheres, and points) anchored to meshes, moving according to keyboard input which is coming from the entity system. the colliders themselves are laid out in blender along with their meshes
      oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    a collision component is added to entities for every frame that they are colliding w/another object. this means your collision code lives w/the rest of the ECS code. here's everything that handles the projectiles (aka "zaps"), collision at the bottom
    oh my god twitter doesn’t include alt text from images in their API