6 releases
0.0.10 | Nov 14, 2024 |
---|---|
0.0.6 | Nov 4, 2024 |
0.0.1 | Oct 30, 2024 |
#2516 in Game dev
80 downloads per month
Used in 4 crates
(2 directly)
25KB
202 lines
🌿 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"
Dependencies
~14–29MB
~462K SLoC