11 releases

new 0.0.16-alpha.2 Jan 18, 2025
0.0.16-alpha.1 Jan 14, 2025
0.0.14-alpha.2 Dec 31, 2024
0.0.11 Nov 24, 2024

#2559 in Game dev

Download history 117/week @ 2024-11-03 116/week @ 2024-11-10 19/week @ 2024-11-17 141/week @ 2024-11-24 346/week @ 2024-12-01 133/week @ 2024-12-08 37/week @ 2024-12-15 100/week @ 2024-12-29 152/week @ 2025-01-05 221/week @ 2025-01-12

474 downloads per month
Used in 4 crates

MIT license

115KB
2K SLoC

Swamp

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).

Features

  • 2D Rendering: Efficient rendering capabilities for sprites, tilemaps, and text.
  • Audio Support: Built-in audio playback for sound effects and music.
  • Cross-Platform: Runs on Windows, macOS, Linux, and Web (WASM), allowing you to build games for various platforms effortlessly.
  • Easy to Use: Intuitive API to help you get started quickly with game development.

Installation

To use Swamp in your project, include it in your Cargo.toml:

[dependencies]
swamp = "0.0.16-alpha.2"

Dependencies

~25–62MB
~1M SLoC