Fix clippy warnings & added gitignore
- Fixed most clippy pedantic warnings
- Added .gitignore
- Removed cargo.lock (it's useless)
- Shortened some code
- Ignore false positives in every file
- Added a commented function to interpolate between two colors. I experimented with interpolating the first nodes but in my opinion it is less readable. Up to preference.
Program works exactly the same Thank you for this project, I was able to learn a ton of stuff reading this code :)
Thanks for the PR :) Also apologies for the super late reply
Thanks for the updates you've to the project, just one request, there are a few functions in car.rs like car_manual_input_system and car_steer_system that enable the user to drive the car around the screen and I would really like to retain that feature without having the uncomment the code again (just uncommenting the systems).
I'll spend some time over the next weekend to make minor updates to the PR before merging it
Apologies for the super super late reply. Sure, will do
will also update bevy :)
will also update bevy :)
unfortunately, only one version up (0.11) because some bevy crates don't yet support the newest version... just the nature of such a dynamic project
ready for review