swamp-window

Crates.ioswamp-window
lib.rsswamp-window
version0.0.6
sourcesrc
created_at2024-10-30 12:01:06.24498
updated_at2024-11-04 11:53:50.355437
descriptionEasily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library.
homepage
repositoryhttps://github.com/piot/swamp-window
max_upload_size
id1428420
size67,940
Peter Bjorklund (piot)

documentation

README

🌿 Swamp Window 🌿

swamp-window is a cross-platform crate designed to simplify window creation for game applications. Whether you're targeting Windows, macOS, or Linux, swamp-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 swamp-window, add it to your Cargo.toml:

[dependencies]
swamp-window = "0.0.2"
Commit count: 16

cargo fmt