Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/borisboutillier/bevy-bobox-examples

Additionnal example for the Bevy game engine
https://github.com/borisboutillier/bevy-bobox-examples

Last synced: 15 days ago
JSON representation

Additionnal example for the Bevy game engine

Awesome Lists containing this project

README

        

# Examples

This repositoty contains additionnal example to show usecases for the [Bevy game engine](https://www.bevyengine.org).

To run example, use the command `cargo run --example `

## Bevy version
This repository branch name is associated to the bevy version, so you can find examples for older
bevy version looking through branches.

# Hierarchy

Example | Description
--- | ---
[Reparenting while keeping transform](./examples/reparenting_while_keeping_transform.rs) | Shows how to change a child parent and reconstruct its `Transform` so that its `GlobalTransform` remain unchanged.

# Shaders

Example | Description
--- | ---
[Background shader](./examples/shader_background.rs) | Shows how to create a 2D background shader changing with time.