Crates.io | limnus-app |
lib.rs | limnus-app |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 17:43:23.982424 |
updated_at | 2024-12-03 18:51:12.461679 |
description | Application management |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459465 |
size | 21,361 |
Limnus 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 limnus-wgpu-window and limnus-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 limnus-app to your project’s Cargo.toml:
[dependencies]
limnus-app = "0.0.12"
This project is licensed under the MIT License - see the LICENSE file for details.