Skip to content

Concise recipes for common game dev tasks, for the Bevy game engine

Notifications You must be signed in to change notification settings

NoelGraf/bevy-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

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.

About

Concise recipes for common game dev tasks, for the Bevy game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published