Alexey Volkov

Results 16 comments of Alexey Volkov

I have made "trail" implementation using combinations of Component, Picture and Image. Here is the algorithm, in general: 1. We adds "trail" components into special map-sized PositionComponent while object moving...

@st-pasha I just made a draft implementation ☝🏽 It now works only with Flutter widgets but could be extended to work with widgets too. This is pure stream and subscriber...

I just add here my own experience with loading progress with heavy calculations. In general you can't implement this feature and to keep backward compatibility because onLoad function going to...

@spydon take a look on the commit above. This simple test should not fail. But it fails. The reason is simple: while moving components from one parent to another it's...

I did not research it deeply, but it might be also triggered by multiple tree modifications in same tick ![image](https://github.com/flame-engine/flame/assets/1258285/9f4019b8-7cd4-4d64-b67e-3d19500920da)

To be honest, I'm not too familar with sweep broadphase implementation to port such functionality into it - remember, I already tried once, and totally failed with that.