react-ecs icon indicating copy to clipboard operation
react-ecs copied to clipboard

An entity-component-system for React

Results 7 react-ecs issues
Sort by recently updated
recently updated
newest added

https://react-ecs.ldlework.com/examples/core/DOMParticles On this example when `engine.removeEntity(e)` is called, the whole particle system gets reset. I suspect this has something to do with some react component being re-rendered when the data...

## What It seems like `QueryRef` is missing from https://github.com/dustinlacewell/react-ecs/blob/master/libs/core/src/lib/index.ts Thus I cannot include it from the built javascript files. ## Why it's needed I found perhaps another related issue...

### fluff Hi :D. I'm exercising the library pretty well at the moment. Well done on it. So far I've only ran into type issues with things like twice extending...

e.g. ``` ``` Will require a way to query for multiple facets, e.g. ``` query.loop([ThreeView, [Image]], (e, [view, image]) => { }); ``` Or potentially, Facet could inherit from `React.Component`...

Any plans for Pixi view port? There is a [pixi-react-fiber](https://github.com/michalochman/react-pixi-fiber) library that seems like it would fit pretty well with your library

Most notably, this should be more explicitly compatible with React 18. There are still problematic peer dependencies because much of Docusaurus declares React 16-17 being supported and I don't think...