Crates.io | bevy-mutate-image |
lib.rs | bevy-mutate-image |
version | 0.1.0 |
source | src |
created_at | 2022-08-08 13:28:01.429989 |
updated_at | 2022-08-08 13:28:01.429989 |
description | Create/update images/textures by manually drawing into them in your code. |
homepage | |
repository | https://github.com/taurr/bevy-mutable-image |
max_upload_size | |
id | 640842 |
size | 96,050 |
Create/update images/textures by manually drawing into them in your code.
Makes it easier to play around with e.g. artsy non-game tasks that is more in the ballgame of Nannou.
Contains short example illustrating how to manipulate textures on the CPU.
This project uses Bevy, and was bootstrapped using bevy-template.rs.