itch.io is community of indie game creators and players

Devlogs

Animated Sprites

Arrows
A browser demo made in HTML5

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 7.5 MB
    Sep 17, 2024
Leave a comment