Crates.io | swamp |
lib.rs | swamp |
version | 0.0.13 |
source | src |
created_at | 2024-11-04 16:01:45.855263 |
updated_at | 2024-12-03 19:17:37.423677 |
description | 2D Game Engine |
homepage | |
repository | https://github.com/swamp/swamp |
max_upload_size | |
id | 1435236 |
size | 6,759 |
Swamp is a lightweight 2D game engine designed for simplicity and performance, offering features for 2D rendering and audio support. It targets multiple platforms, including Windows, macOS, Linux, and WebAssembly (WASM).
To use Swamp in your project, include it in your Cargo.toml
:
[dependencies]
swamp = "0.0.13"