Rodolfo

Results 28 comments of Rodolfo

Same here. In my case the conflicting dependencies are: ``` ring v0.16.20

@LukeMathWalker I found the problem in my case. Hopefully it will be useful for the rest. **Hunt** In order to find the error, I changed the source code of `cargo-chef`...

I had this issue too, in my case I installed the racer package with atom package manager. Thing is, the package is installed as racer-v2, so when I set the...

Hi, is this feature planned for implementation any time soon?

Thanks for the info. I’d recommend to update the README with a disclaimer pointing that out. I’ll give the new repo a try!

I can see... I'm trying to do the same particle effect with only textures this time. And it works as expected, but I assume they are "heavier to render" since...

Thanks for the tip!

I tried `draw_many` and it does not seem to make much difference. I also would want to know what is the point of its `color` parameter; since it tints the...

Ok, but how to render non-white textures (images) with that function?

I'm guessing the default one? I initialize the window by doing: ```rust let mut window: PistonWindow = WindowSettings::new()... ```