feat: Better examples, dedicated example space, refactoring methods #58
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.
Closes #53
This PR contains a revamped examples section for
bevy_rand
to showcase some more advanced applications of its features. Simple use-cases are already well covered by the documentation. This should provide a better way for users to see how they could potentially leveragebevy_rand
further beyond just the simple. To prevent the examples polluting the workspace with far more dev dependencies, it's been made its own workspace separate from the root. In future, this will allow doing further examples pulling in other crates in the ecosystem for further showcasing.With the PR comes with some breaking changes after dogfooding the APIs with the examples, which should make
bevy_rand
nicer to use going forward by making a few less assumptions. All changes have been documented in the migration guide.