limnus-window

Crates.iolimnus-window
lib.rslimnus-window
version0.0.12
sourcesrc
created_at2024-11-24 22:12:46.228795
updated_at2024-12-03 18:54:30.0683
descriptionEasily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library.
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459656
size76,532
Peter Bjorklund (piot)

documentation

README

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.12"
Commit count: 19

cargo fmt