Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.4 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.4 KB

Bevy Cookbook

Click Here

List of concise recipes for how to do common game development tasks in the Bevy game engine.

Please help improve it and keep it up to date by contributing on GitHub.

If you like this, you should also have a look at the Bevy Cheatsheet.

Contribution guidelines

Contributions to improve the cookbook are always welcome.

Since this is a sort-of "best practices" guide, if you think you know of a better way to do something than what is shown in the cookbook, please propose it.

Keep everything self-contained in one document. It shall not be fragmented.

  • Large, clear headings, to visually search the document easily.
  • Focus on brevity.
  • Keep sections focused on a specific practical task, don't add unrelated things.
  • Avoid repeating information found elsewhere in the document.
  • Prefer short and clear sentences.
  • Explanations should be no more than a few sentences. Cover the most important points.
  • Point out caveats and relevant practical workarounds.
  • Keep examples minimalistic. Only show what is relevant to the task at hand. Larger examples should instead be contributed to Bevy proper.
  • Avoid long lines of code, to keep it readable on small screens.
  • Be civil. If you need a code of conduct, have a look at Bevy's.