render-to-texture

Crates.iorender-to-texture
lib.rsrender-to-texture
version0.13.0
sourcesrc
created_at2024-02-25 17:24:28.562736
updated_at2024-04-01 12:03:51.477108
descriptionRender to a texture using Bevy and optionally retrieve the contents in the Main World.
homepagehttps://bevy-procedural.org/render-to-texture
repositoryhttps://github.com/bevy-procedural/render-to-texture
max_upload_size
id1152649
size142,438
Eric Skaliks (Agapanthus)

documentation

https://docs.bevy-procedural.org/render-to-texture

README

Bevy Procedural: Render to Texture

crates.io Build Status documentation crates.io

Render to a texture using Bevy and optionally retrieve the contents in the Main World. See "examples" for usage.

Run the editor example using cargo watch -w editor/src -w src -x "run -p editor".

WARNING

This repository is still in an early stage and the API is subject to change. Also, expected tons of bugs and missing features.

We highly encourage contributions to enrich the project!

License

The bevy-procedural packages are free, open source and permissively licensed. Except where noted (below and/or in individual files), all code in these repositories is dual-licensed, allowing you the flexibility to choose between:

Commit count: 21

cargo fmt