Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 5,809 public repositories matching this topic...

docusaurus
Kap
SwifterSwift
vue-storefront
bevy
Bauxitedev
Bauxitedev commented Sep 19, 2020

I'm writing a simple test game with Bevy, and I'm using the parent/child structure to add a child entity containing SpriteComponents to the player entity. Now I have a system that takes the Player entity and updates it. However, when I want to update the sprite from this system, there appears to be no way to do this, since I cannot access the child entity holding the sprite components. It would be

You can’t perform that action at this time.