thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 199 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.39k stars 150 forks source link

[ecs] How does ownership work? What is the role of the `stride` prop in the readme example? #331

Open prescientmoon opened 2 years ago

prescientmoon commented 2 years ago

For context, I have used this lib at a basic level before. I am now writing a wrapper so I can use the library directly from purescript. I noticed a lot of methods, parameters etc related to ownership. I can't find a good explanation in the readme, so if you have some time, could you write down a small explanation of that?

I've also noticed the stride prop here. What does it do & why is it there?