Patch Changes
- 2303870: Bump minimum version of
miniplexpeer dependency.
Unclaimed project
Are you a maintainer of miniplex? Claim this project to take control of your public changelog and roadmap.
Changelog
A π©βπ» developer-friendly entity management system for πΉ games and similarly demanding applications, based on π ECS architecture.
miniplex peer dependency.8a7a315: - The library has been significantly simplified and an almost mind-boggling number of bugs have beens quashed.
The main import and initialization have changed:
import { World } from "miniplex"
import createReactAPI from "miniplex-react" // !
/* It now expects a world as its argument, so you need to create one first: *...
8a7a315: Miniplex 2.0 is a complete rewrite of the library, with a heavy focus on further improving the developer experience, and squashing some significant bugs.
While it does bring some breaking changes, it will still allow you to do everything that you've been doing with 1.0; when upgrading a 1.0 project to 2.0, most changes you will need to do are related to things...
@miniplex/bucket. It can be pretty useful even outside of Miniplex, and will eventually be extracted into its own project.World.reindex(entity) is now a public method. When creating queries that use .where(predicate) to check entities by value, you are expected to use it to notify the world that an entity whose values you have mutated should be reindexed.