Articles tagged with: Javascript

3-Year Spotiversary

Summary: Reflecting on my 3-year anniversary working at Spotify


JavaScript RLE algorithm v3 - Bit-Level RLE

Summary: A Javascript bit-level RLE algorithm compression implementation, used with videogame sprites


JavaScript RLE algorithm v2 - Sprite Tiles

Summary: Testing the Javascript RLE algorithm compression applied to arcade game sprite tiles


JavaScript Run-Length Encoding for Arcade Sprites

Summary: A JavaScript implementation of the RLE algorithm, applied to retro arcade game sprites.


An Entity Component System in Javascript

Summary: An implementation of an Entity Component System (ECS) architecture pattern in JavaScript, with code and demo both provided.