Elijah Voigt

Results 21 comments of Elijah Voigt

Update, I got a very quick and dirty version of this feature implemented. I'd love feedback on the idea and the implementation. It's based on the 0.4.0 release because I...

I just picked up my gamedev project again, I should have a PR up for this in a few days.

@ericvrp I struggled with the implementation details but I finally got a _rough_ implementation done in #126. Check it out if you're interested, I'd love feedback on the API choices...

@sildude The implementation in #126 **does not work with selecting GLTFs**, but after digging into the code I see how one _would_ add GLTF selections. The interface would require tagging...

@ericvrp on my PR branch check out the [`family.rs` example](https://github.com/aevyrie/bevy_mod_picking/pull/126/files#diff-868a5bb33337d2003ff530bb03478fc32cbb929fc551f475dc791238ad640031). Like I said, GLTF selection doesn't work but that example shows you what is supported by the current implementation.

How would one propose a change to `install_strategy`? Ideally we would have something like `install_strategy: mismatch` where it runs the install only if there is a version difference or Chef...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option

@clemarescx :confused: ``` $ cargo run --release Finished release [optimized] target(s) in 0.20s Running `target/release/space-menace` [INFO][amethyst::app] Initializing Amethyst... [INFO][amethyst::app] Version: 0.12.0 [INFO][amethyst::app] Platform: x86_64-unknown-linux-gnu [INFO][amethyst::app] Amethyst git commit: c72063f13f90bae4ae96b6c96e04a2206493bbf3 [INFO][amethyst::app]...

@azriel91 Any way I can verify that before closing the issue? I'm not sure how to trick Cargo into using the `master` version of `rendy`. :thinking: :confused:

Hmm. Cargo ignores that `patch` when I add it to `Cargo.toml`. I haven't dug into how to properly patch dependencies. I might dig deeper and let you know what I...