Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge bevyengine/bevy -> ashneverdawn/bevy #1

Merged
merged 59 commits into from
Aug 24, 2020

Conversation

ashneverdawn
Copy link
Owner

No description provided.

StarArawn and others added 30 commits August 14, 2020 14:02
enforce cargo fmt --check
Remove std::time::Duration from the thread_pool_resources.rs example
Created README for examples
Replace vector of UniformProperty with a single UniformProperty
This Code of Conduct is based on the Rust Code of Conduct, which is adapted from the Node.js Policy on Trolling as well as the Contributor Covenant version 1.3; and also the WeAllJS Code of Conduct, which is itself based on Contributor Covenant version 1.4, and the LGBTQ in Technology Slack Code of Conduct

Rust Code of Conduct: https://www.rust-lang.org/policies/code-of-conduct
Node.js Policy on Trolling: http://blog.izs.me/post/30036893703/policy-on-trolling
Contributor Covenant version 1.3: https://www.contributor-covenant.org/version/1/3/0/code-of-conduct/
WeAllJS Code of Conduct: https://wealljs.org/code-of-conduct
Contributor Covenant version 1.4: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
LGBTQ in Technology Slack Code of Conduct: http://lgbtq.technology/coc.html
* Move moderation section to the bottom

* Add attribution links to each section
* Minor edit for clarity
stefee and others added 28 commits August 19, 2020 15:52
* Move line about "reverse-isms" to the Conduct section
* Tweak wording for readability
* Remove harassment definition and link to Citizen Code of Conduct instead

* Remove statement on reverse-isms to bring the doc more in line with the original Rust CoC
* Remove 'when something happens' section

* Add pledge from Contributor Covenant version 2.0
Add clippy support and fix all warnings / errors
Reflect shader stage for bind groups.
simplify gtlf loader code
add simple mouse wheel event + example
The 2D Rendering example texture_atlas URL was pointing to the ./2d/sprite_sheet.rs example. This has now been fixed.
…#243)

This adds a new WinitConfig resource that can be used to configure the behavior of winit.
When `return_from_run` is set to `true`, `App::run()` will return on `target_os` configurations that
support it.

Closes #167.
* Replace std::sync::Mutex with parking_lot::Mutex
* Replace std::sync::RwLock with parking_lot::RwLock
Repeating timers will reset themselves upon finishing, carrying over any
excess time during the last tick. This fixes timer drift upon resetting.
* Add linux dependencies to README.md

* Update README.md
…233)

* Changes ScheduleRunnerPlugin RunMode::Loop to run on fixed interval

* fix formatting
With `CullMode::Back`, a sprite image that is rotated in x,y plane won't display properly

Co-authored-by: kaflu <kaflu@users.noreply.github.com>
@ashneverdawn ashneverdawn changed the title merge bevyenine/bevy -> ashneverdawn/bevy merge bevyengine/bevy -> ashneverdawn/bevy Aug 24, 2020
@ashneverdawn ashneverdawn merged commit 77fdb0a into ashneverdawn:master Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.