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

Suggestion: Include new examples in release posts #829

Open
Isso4820 opened this issue Nov 11, 2023 · 0 comments
Open

Suggestion: Include new examples in release posts #829

Isso4820 opened this issue Nov 11, 2023 · 0 comments

Comments

@Isso4820
Copy link

Isso4820 commented Nov 11, 2023

When showcasing new features it would be useful to embed or link their relevant WebGL examples so that readers could immediately view and interact with them. It also immediately shows where to look to learn how to use new things.

Also a full list of new examples should be included in release posts, just like the list of all pull requests.

$ git diff v0.11.0 --name-only --diff-filter=A -- 'examples/*.rs'
examples/2d/2d_viewport_to_world.rs
examples/3d/3d_viewport_to_world.rs
examples/3d/deferred_rendering.rs
examples/3d/transmission.rs
examples/asset/custom_asset_reader.rs
examples/asset/processing/asset_processing.rs
examples/audio/pitch.rs
examples/ecs/one_shot_systems.rs
examples/shader/extended_material.rs
examples/time/time.rs
examples/time/virtual_time.rs
examples/ui/ui_material.rs

This is because sometimes examples are not introduced in the same release as features. For example *_viewport_to_world.rs examples were introduced in 0.12.0 but the actual feature dates back to 0.10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants