EMEric McDanielinjavelin.hashnode.dev·Dec 11, 2021 · 7 min readECS in JS – A Closer Look at Component StorageI'm in the middle of adding multithreading support to yet another JavaScript ECS library. This post serves as a way to help me think through a few decisions I've made along the way, as well as share my thoughts with the JavaScript ECS community while...00
EMEric McDanielinjavelin.hashnode.dev·Sep 5, 2021 · 6 min readECS in JS – Storage MechanismsI maintain a JavaScript library called Javelin: a toolkit for building multiplayer games in TypeScript. At the core of Javelin is an Entity-Component System (ECS). In this article, I discuss ECS storage mechanisms, Javelin's current strategy, and how...00