Crates.io | swamp-app |
lib.rs | swamp-app |
version | 0.0.9 |
source | src |
created_at | 2024-11-01 16:17:39.194089 |
updated_at | 2024-11-04 15:23:00.623523 |
description | Application management for 2D pixel perfect sprite rendering |
homepage | |
repository | https://github.com/piot/swamp-render |
max_upload_size | |
id | 1432004 |
size | 21,674 |
Swamp App is a Rust crate that provides a high-level abstraction for creating and managing game applications using winit and wgpu. It leverages the power of swamp-wgpu-window and swamp-render to handle window creation, rendering surfaces, and the application lifecycle. By implementing the Application trait, developers can focus on application logic without worrying about the underlying rendering and window management details.
Add swamp-app to your project’s Cargo.toml:
[dependencies]
swamp-app = "0.0.9"
This project is licensed under the MIT License - see the LICENSE file for details.