3 releases

new 0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024
0.0.10 Nov 24, 2024

#1035 in Game dev

Download history 80/week @ 2024-11-18 265/week @ 2024-11-25

345 downloads per month
Used in 26 crates (19 directly)

MIT license

62KB
1K SLoC

limnus-app 🧱

Crates.io Documentation

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.

✨ Features

  • Simplified Window Management: Easily create and manage application windows using limnus-wgpu-window.
  • Rendering Abstraction: Utilize limnus-render for efficient sprite-based rendering with minimal setup.
  • Application Lifecycle Management: Implement the Application trait to handle initialization, ticking, and rendering seamlessly.
  • Async Support: Leverage asynchronous initialization for smooth and non-blocking application setup.
  • Cross-Platform Compatibility: Works across all major operating systems supported by winit and wgpu.

📦 Installation

Add limnus-app to your project’s Cargo.toml:

[dependencies]
limnus-app = "0.0.12"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~0.5–1MB
~21K SLoC