Crates.io | swamp-wgpu-window |
lib.rs | swamp-wgpu-window |
version | 0.0.9 |
source | src |
created_at | 2024-11-01 15:49:02.100576 |
updated_at | 2024-11-04 15:22:35.520579 |
description | creating and managing a window with rendering surfaces using winit and wgpu |
homepage | |
repository | https://github.com/piot/swamp-render |
max_upload_size | |
id | 1431984 |
size | 9,631 |
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.9"
This project is licensed under the MIT License - see the LICENSE file for details.