Yasha Borevich

Results 19 comments of Yasha Borevich

Hello there! Thank you for your contribution. I was thinking about the problem you solving. And have to say that your solution looks pretty good. I was thinking about adding...

Hello there! Right now it is not possible to pass resources into `run!` macro. The workaround is to use commands from the handler context, something like this: ```rust ```

But I'll check this one, it shouldn't be too difficult to bypass requested resources to `run!` handler.

I do not think this is possible right now out of the box. It would be nice to have a `chain()` method that that can do exactly what you want....

I've been asking myself the same question all last week. And the short answer is: `NO`, it isn't possible for `pecs` to implement `Future`. There is a little bit longer...

I rethought my answer. There are two parts, actually: - turn promise into the future (so you can do `promise.await`) - threat promises like futures (so you can pass pass...

Hey! I use this module in near-production environment with Godot 2.1 stable branch. As far as GDNative is 3.0 only feature, I'will not implement this nearest months.

@ambethia hey! This module uses official spine runtimes, so it should do everything spine 3.5 provide. Some examples looks bit messy, but I it's much simpler to fix animations for...

What Spine Runtime license says: ``` You are granted a perpetual, non-exclusive, non-sublicensable, and non-transferable license to use, install, execute, and perform the Spine Runtimes software and derivative works solely...