Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 3.12 KB

FAQ.md

File metadata and controls

82 lines (49 loc) · 3.12 KB

FAQ

What prerequisites should be met?

See a prerequisites list.

Application does not build for me. What should I do?

Make sure that all prerequisites are met. Still in trouble? See How get help

How to get help?

You can get help from the leader of your team, teammates, reviewer( Dmytro ) on the ticket page, and organizers.

How to fork?

Take a look on github fork guide for instructions.

How to build?

Follow the build manual.

How to find a task?

Check out list of available task. Ask your team lead or teammates for help. See tickets labeling for additional information.

How to start the development?

Follow the steps of development guide.

How to run tests?

To run all tests: cargo test. To test single module exec: cargo test -p [module_name]. See cargo book for details.

How to run a sample?

A list of samples and information about how to run them can be found in sample directory.

How to run a CUI?

Execute the command: cargo run --bin cui

How to run the game?

Execute command: cargo run --bin game

How to run GUI the game?

Execute command: cargo run --bin game

How to get help with Bevy?

Please take a look at Bevy resources list.

How to get a list of open multiplayer tickets?

Filter tickets using multiplayer label.

How to get a list of open core tickets?

Filter tickets using core label.

How to get a list of open tickets on graphics and GUI?

Filter tickets using graphics label.