| Crates.io | swamp-wgpu-window |
| lib.rs | swamp-wgpu-window |
| version | 0.0.10 |
| created_at | 2024-11-01 15:49:02.100576+00 |
| updated_at | 2024-11-14 16:53:18.597234+00 |
| description | creating and managing a window with rendering surfaces using winit and wgpu |
| homepage | |
| repository | https://github.com/swamp/swamp |
| max_upload_size | |
| id | 1431984 |
| size | 11,341 |
Swamp WGPU Window is a Rust crate that provides a simple and efficient abstraction for creating and managing a window with rendering surfaces using winit and wgpu. It streamlines the setup of the wgpu device, queue, and surface, handling window resizing and rendering, making it easier to build high-performance graphics applications.
Add swamp-wgpu-window to your project’s Cargo.toml:
[dependencies]
swamp-wgpu-window = "0.0.10"
This project is licensed under the MIT License - see the LICENSE file for details.