docs.rs failed to build bevy_pixel_buffer-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_pixel_buffer-0.8.2
bevy_pixel_buffer
A library to draw pixels in bevy.
- Easy to set up and use.
- Can be integrated into an existing project.
- Allows dynamic resize of the pixel buffer to fill an area such as the window.
- Support for multiple pixel buffers.
- Allows to easily attach a compute shader to update the pixels.
- egui integration (through bevy_egui) to show the pixels inside the UI.
Examples
A basic example,
use *;
use *;
Features
All features are enabled by default.
egui
. Egui integration.rayon
. Enables extra alternative functions that use rayon.