bayswaterpc / bevy_egui_paneled_playground

Demo of Bevy & Egui
MIT License
8 stars 3 forks source link

update to bevy 0.6 #1

Open pyweeker opened 2 years ago

pyweeker commented 2 years ago

Hello, could you please update your example to Bevy0.6 ?

bayswaterpc commented 2 years ago

Hi @pyweeker thanks for the interest in the project, I took at a stab at upgrading the project, but I'm getting many errors on the dependencies of upgraded bevy & bevy_egui. I don't have time to hunt this down but you're welcome to fork & make a pr and I'll gladly review and test.

The upgrade progress so far is on this branch, if you want to pick up from where I left off.

pyweeker commented 2 years ago

Hi bayswaterpc, dont know if this can help you :
https://github.com/grunnt/falling-rust this project works with the following cargo.toml

[package] name = "falling-rust" version = "0.1.0" edition = "2021"

[dependencies] bevy = "0.6" bevy_egui = "0.10.2" rand = "0.8.4" rand_xoshiro = "0.6.0"

bayswaterpc commented 2 years ago

Thanks for the suggestion, I am able to run that repo on my computer, unfortunately getting some crazy compiler errors. It's going to take a bit of detective work to figure out where is the offender. I encourage you to take a crack at it if you find it interesting, otherwise it will be a while before I come back around to it. Cheers.