Crates.io | limnus-wgpu-window |
lib.rs | limnus-wgpu-window |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 22:02:25.750013 |
updated_at | 2024-12-03 18:54:14.892318 |
description | creating and managing a window with rendering surfaces using winit and wgpu |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459647 |
size | 11,799 |
Limnus 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 limnus-wgpu-window to your project’s Cargo.toml:
[dependencies]
limnus-wgpu-window = "0.0.12"
This project is licensed under the MIT License - see the LICENSE file for details.