forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
profiling: fix build
enforce cargo fmt --check
Remove std::time::Duration from the thread_pool_resources.rs example
Add Draw command to RenderCommand
Created README for examples
Replace vector of UniformProperty with a single UniformProperty
fix formatting
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
* 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
Add a code of conduct
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.
* 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
changed the title
merge bevyenine/bevy -> ashneverdawn/bevy
merge bevyengine/bevy -> ashneverdawn/bevy
Aug 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.