Animated Sprites


I published a tech-demo of particles as a milestone for a WebGL project template and mini-framework.

  • [x] animated sprites: use sprite frame from sprite sheet texture map
  • [x] 2D transform: each sprite independently transformed
  • [x] instance rendering: 1 draw call draws all the sprites

This milestone is significant as the above is table stakes for a 2D game.

The code is all C# on .NET 8. The project leverages support for targeting WebAssembly (wasm) and the browser.

See the demo running stand-alone at https://splats.netlify.app/

Files

arrows.zip Play in browser
20 days ago

Leave a comment

Log in with itch.io to leave a comment.