- What prerequisites should be met?
- Application does not build for me. What should I do?
- How to get help?
- How to fork?
- How to build?
- How to find a task?
- How to start the development?
- How to run tests?
- How to run a sample?
- How to run a CUI?
- How to run the game?
- How to run GUI the game?
- How to get help with Bevy?
- How to get a list of open multiplayer tickets?
- How to get a list of open core tickets?
- How to get a list of open tickets on graphics and GUI?
See a prerequisites list.
Make sure that all prerequisites are met. Still in trouble? See How get help
You can get help from the leader of your team, teammates, reviewer( Dmytro ) on the ticket page, and organizers.
Take a look on github fork guide for instructions.
Follow the build manual.
Check out list of available task. Ask your team lead or teammates for help. See tickets labeling for additional information.
Follow the steps of development guide.
To run all tests: cargo test
. To test single module exec: cargo test -p [module_name]
. See cargo book for details.
A list of samples and information about how to run them can be found in sample directory.
Execute the command: cargo run --bin cui
Execute command: cargo run --bin game
Execute command: cargo run --bin game
Please take a look at Bevy resources list.
Filter tickets using multiplayer label.
Filter tickets using core label.
Filter tickets using graphics label.