Adrian Fullmer

Results 19 comments of Adrian Fullmer

I've used beast in the past! Yes I like the ECS style, and I've used an ECS written in rust (Specs) to do a physics system before. I will say...

Unreal, Unity, and Minecraft Bedrock edition use ECS primarily for the performance benefit, using very specific contiguous memory layouts to maximize cache coherency. We could achieve the same effect by...

That would be my perspective. If it means anything, CLOS is 100% capable of adding and removing "Components" (superclasses/aspects) at runtime simply by redefining a class to have or not...

But in reference to bottlenecks, the new phsyics system seems to have some intermittent lag. The slime profiler doesn't reveal much time spent in the new physics functions, but it...

Sounds good to me. The latest stable commit (not sure which) could be 0.0.1

I have the same issue as well. I have identical specs to astavonin.

I get a similar issue with the renpy 8.2.0 sdk when building and installing The Question on a pixel 4 running android 13 via Calyx, though it likely has a...

Yes. If the app is paused shortly after being unpaused, for example if the screen is locked immediately after being unlocked, that occurs. The other, more common issue I mentioned...

Is there any application specific workaround on linux?