The Wayback Machine - https://web.archive.org/web/20210705200604/https://github.com/topics/gamedev
Skip to content
#

gamedev

Here are 3,558 public repositories matching this topic...

bevy
jak6jak
jak6jak commented Jun 27, 2021

How can Bevy's documentation be improved?

Currently there is not really a specific place to add transformation examples other than 2d or 3d. I think this would encourage more examples to be created about this topic.

Examples that could be included:

  • translation of object
  • rotation of objects
  • scaling of objects
  • translation, rotation, and scaling at the same time
  • show the dif
amethyst
jojolepro
jojolepro commented May 19, 2021

Tasks

  • Fix ron file to use expected format

Reproduction Steps

cd examples/animation && cargo run

What Actually Happened

[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/shareddata/share/prog/rust/amethyst/examples/animation/assets/prefab/animation.ron"): 8:1: Expected map
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/sh
stride
salahchafai
salahchafai commented Jun 14, 2020

Release Type: Official Release

Version: Version 4.0

Platform(s): All

Describe the bug
if you don't add a physics shape to the character component and call any physics function for that character you'll get the following error : Unhandled Exception: System.InvalidOperationException: Attempted to call a Physics function that is avaliable only when the Entity has been alread

Terasology

Improve this page

Add a description, image, and links to the gamedev topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gamedev topic, visit your repo's landing page and select "manage topics."

Learn more