Roman Salnikov

Results 5 issues of Roman Salnikov

I miss a way to restart the level (or all levels in the set). What I looking for is a convenient way to: 1. Request a respawn 2. Receive `LevelEvent::Despawned`...

enhancement

Hi! Don't you plan to add support for a zipper with multiple cursors, like described [here](http://pavpanchekha.com/blog/zippers/multi-zippers.html)? I'm currently trying this package out to manage nodes selections in a tree, and...

I there a way to ignore some messages? Say I'm in the middle of inputing text, and I don't want to save each letter into history, and save it only...

In latest Chrome (36.0.1985.125 for me, OS X version) I can't see anything after loading the cpuprofile file generated from example/cpu-blocking.js. The Chart is all empty, and Tree and Heavy...

I need a possibility to track hover and press events on a billboard. I tried to achieve it using `bevy_mod_picking` crate and exposing the meshes like this: ```rust fn add_billboard_mesh(...

enhancement