Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bevy-cheatbook/bevy-cheatbook issues and pull requests

#45 - Improve change detection chapter clarity

Issue - State: closed - Opened by alice-i-cecile over 3 years ago

#44 - Add ambiguity checking to System Order of Execution section

Issue - State: open - Opened by alice-i-cecile over 3 years ago - 1 comment
Labels: C-enhancement, S-programming, S-features, Z-medium

#43 - Explain Looping Run Criteria

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-programming

#42 - Show how to combine multiple run criteria

Issue - State: open - Opened by inodentry over 3 years ago - 2 comments
Labels: C-enhancement, S-programming, Z-medium, 1- needs research

#41 - Common Pitfall: using add_system instead of add_startup_system?

Issue - State: closed - Opened by ramirezmike over 3 years ago - 1 comment
Labels: C-enhancement, S-programming, S-pitfalls

#40 - Events page should mention add_event::<LevelUpEvent>()

Issue - State: closed - Opened by ramirezmike over 3 years ago - 1 comment
Labels: C-bug-misleading, S-programming

#39 - Page about par_iter

Issue - State: open - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-programming, Z-large

#38 - POLL: Do people consider the one-page Cheatsheet useful?

Issue - State: closed - Opened by inodentry over 3 years ago
Labels: S-meta

#37 - Discuss relationship between Rust module/file structure and Bevy Plugins

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-programming

#36 - Exclusive Systems and Direct World Access

Issue - State: open - Opened by inodentry over 3 years ago - 2 comments
Labels: C-enhancement, S-programming, 0- high priority, Z-large

#35 - NonSend<T>

Issue - State: open - Opened by inodentry over 3 years ago
Labels: C-enhancement, S-programming, Z-medium, 1- needs research

#34 - Custom System Params

Issue - State: open - Opened by inodentry over 3 years ago
Labels: C-enhancement, S-programming, Z-large, 1- needs research

#33 - Major Overhaul for the Bevy 0.5 Release

Pull Request - State: closed - Opened by inodentry over 3 years ago - 10 comments

#32 - Instructions on setting up dev environment

Issue - State: closed - Opened by TheRawMeatball over 3 years ago
Labels: C-enhancement, S-setup

#31 - Page about Transforms

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-features

#30 - Change origin of camera

Issue - State: open - Opened by alice-i-cecile over 3 years ago - 2 comments
Labels: C-enhancement, S-cookbook, Z-medium

#29 - Recommend `bevycheck` tool

Issue - State: closed - Opened by inodentry over 3 years ago
Labels: C-enhancement, S-setup

#28 - ECS v2: system param limit is now 12

Issue - State: closed - Opened by inodentry over 3 years ago - 2 comments
Labels: C-bug-misleading, S-programming

#27 - Patterns for commands / mutable resource access in par_iter

Issue - State: open - Opened by TheRawMeatball over 3 years ago - 1 comment
Labels: C-enhancement, S-programming

#26 - Cookbook: wireframe, debug lines, gizmos (please help suggest crates)

Issue - State: open - Opened by inodentry over 3 years ago
Labels: C-enhancement, S-cookbook, S-features, S-setup, Z-large, 1- needs research

#25 - Rendering Chapter (please help if you have suggestions)

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, 0- high priority, Z-large, 1- needs research

#24 - Configuring the window

Issue - State: closed - Opened by alice-i-cecile over 3 years ago - 1 comment

#23 - WASM chapter

Pull Request - State: closed - Opened by zaszi over 3 years ago - 4 comments

#22 - Procedural mesh generation

Issue - State: open - Opened by TheLeonsver1 over 3 years ago - 1 comment
Labels: C-enhancement, S-cookbook, S-features, Z-medium, 1- needs research, S-rendering

#21 - Common pitfall: combining multiple query filters incorrectly

Issue - State: closed - Opened by alice-i-cecile over 3 years ago
Labels: C-enhancement, S-pitfalls

#20 - Common pitfall: querying for bundles

Issue - State: closed - Opened by alice-i-cecile over 3 years ago - 1 comment
Labels: C-enhancement, S-pitfalls

#19 - UI chapter (please help if you have suggestions)

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, 0- high priority, Z-large

#18 - Advanced pattern: overriding behavior

Issue - State: open - Opened by alice-i-cecile over 3 years ago
Labels: C-enhancement, S-programming, Z-large

#17 - PITFALLS: confusing into-system compiler errors

Pull Request - State: closed - Opened by inodentry over 3 years ago

#16 - Debugging failed IntoSystem macro

Issue - State: closed - Opened by alice-i-cecile over 3 years ago - 7 comments

#15 - Advanced pattern: entities-as-events

Issue - State: open - Opened by alice-i-cecile over 3 years ago - 5 comments
Labels: C-enhancement, S-programming, Z-large

#14 - Add Scenes

Issue - State: open - Opened by alice-i-cecile over 3 years ago
Labels: C-enhancement, S-features, 0- high priority, Z-large, 1- needs research

#13 - Ergonomic one-field components and resources using Deref and DerefMut

Issue - State: closed - Opened by alice-i-cecile over 3 years ago - 1 comment
Labels: C-enhancement, S-programming

#12 - Saving and loading user settings

Issue - State: open - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-cookbook, Z-large

#11 - Fixed Timestep

Issue - State: closed - Opened by inodentry over 3 years ago - 4 comments
Labels: C-enhancement, S-features

#10 - Advanced patterns: Better info about Generic Systems

Issue - State: closed - Opened by inodentry over 3 years ago - 3 comments
Labels: C-enhancement, S-programming

#9 - Advanced Pattern: avoiding frame delays / adding systems to bevy's PreUpdate/PostUpdate

Issue - State: open - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-programming, Z-large, S-perf

#8 - Advanced Pattern: Custom Commands

Issue - State: closed - Opened by inodentry over 3 years ago - 2 comments
Labels: C-enhancement, S-programming, Z-large

#7 - Cookbook: GUI Button Handling

Issue - State: open - Opened by inodentry over 3 years ago
Labels: C-enhancement, S-cookbook, Z-medium, S-ui

#6 - Windowing (size, fullscreen, vsync, title, ...)

Issue - State: open - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-features, 0- high priority, Z-large

#5 - Order of execution (both v0.4 and v0.5); system labels and dependencies (v0.5)

Issue - State: closed - Opened by inodentry over 3 years ago - 2 comments
Labels: C-enhancement, S-programming

#4 - Asset paths and labels

Issue - State: closed - Opened by inodentry over 3 years ago - 1 comment
Labels: C-enhancement, S-features

#3 - Run Criteria

Issue - State: closed - Opened by inodentry over 3 years ago - 2 comments
Labels: C-enhancement, S-programming

#2 - Page about working with GLTF in Bevy

Issue - State: closed - Opened by inodentry over 3 years ago - 5 comments
Labels: C-enhancement, S-cookbook

#1 - Pan and Orbit Camera Improvements and Fixes

Pull Request - State: closed - Opened by mirenbhakta over 3 years ago - 1 comment