Jake
Jake
First off, great tutorials! Has anyone noticed any issues when transitioning between slopes and the `collisions` data? Specifically the status of `collisions.below`? Using my own copy and the source code...
Right now the benchmarks are a bit unrealistic. Take `world.findEntity()` for example, the benchmark is checking 100,000 entities with 100 components each, with a fairly even distribution of components (due...
~~Right now systems constantly iterate all entities via `world.view()` _per frame_. This is expensive and inhibited by the size of the worlds entity list.~~ Right now systems iterate entities of...
I'm not sure this is the proper place to ask, but does anyone have an example of how to best scale a Skia Canvas to match the window size? For...