6 releases
new 0.0.10 | Nov 14, 2024 |
---|---|
0.0.6 | Nov 4, 2024 |
0.0.1 | Oct 30, 2024 |
#1580 in Game dev
683 downloads per month
Used in 7 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
~15–34MB
~479K SLoC