#window #limnus #game #limnus-window

limnus-window

Easily create and manage windows across multiple platforms for game applications, leveraging the power of the winit library

9 releases

Uses new Rust 2024

new 0.0.18 Apr 5, 2025
0.0.17 Mar 6, 2025
0.0.16 Jan 14, 2025
0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024

#2662 in Game dev

Download history 49/week @ 2024-12-13 6/week @ 2024-12-20 44/week @ 2024-12-27 5/week @ 2025-01-03 537/week @ 2025-01-10 103/week @ 2025-01-17 6/week @ 2025-01-24 8/week @ 2025-01-31 10/week @ 2025-02-07 11/week @ 2025-02-14 28/week @ 2025-02-21 169/week @ 2025-02-28 136/week @ 2025-03-07 29/week @ 2025-03-14 34/week @ 2025-03-21 62/week @ 2025-03-28

364 downloads per month
Used in 13 crates (2 directly)

MIT license

28KB
290 lines

Limnus Window 🧱

limnus-window is a cross-platform crate designed to simplify window creation for game applications. Whether you're targeting Windows, macOS, or Linux, limnus-window abstracts the complexities, allowing you to focus on what matters most: your game!

✨ Features

  • Cross-Platform Support: Create windows seamlessly across different operating systems.
  • Simple API: Easily integrate window management into your game loop.

📦 Usage

To use limnus-window, add it to your Cargo.toml:

[dependencies]
limnus-window = "0.0.18"

Dependencies

~14–30MB
~482K SLoC