-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add usage examples #28
Comments
I think everyone would benefit from having simple examples and maybe some basic documentations to help them implement, test, and develop this repository. Maybe I can get it started first, and maybe list down some things we should be covering. Examples
To make the example simplier, I am thinking of using some basic tools in |
The thing I've struggled with most and the reason I haven't written an example yet is I've found it very difficult to think of a concrete example which is both complex enough to serve as a useful reference point and simple enough that users won't feel immediately overwhelmed by the details. In my mind a good example should have one or more of these elements:
Maybe the best way to achieve "simplicity" is to put the key workflow code inside |
I share the same thoughts. The examples should be simple enough for people to understand the concept and usage. I see there can be two approaches from our discussion: Centralized approachHaving 1 Decentralized approachHaving multiple example files, (e.g. MiscellaneousBoth ways should have all the code that the users do not need to see (e.g. We can also write a REST API server using the |
To help folks that want to make practical use of
bevy_impulse
, we should provide some examples where the library is being applied to use cases that are substantial enough to be instructive while simple enough to be easily understood. The unit and integration tests can be referenced to see how the API works, but those demonstrations take a lot of imagination to translate to real-world use cases.Anyone who has an idea for a specific example use case can open an issue ticket describing what kind of use case they would like to see.
The text was updated successfully, but these errors were encountered: