swamp-window 0.0.10

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

🌿 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.10"