swamp

Crates.ioswamp
lib.rsswamp
version0.0.13
sourcesrc
created_at2024-11-04 16:01:45.855263
updated_at2024-12-03 19:17:37.423677
description2D Game Engine
homepage
repositoryhttps://github.com/swamp/swamp
max_upload_size
id1435236
size6,759
Peter Bjorklund (piot)

documentation

README

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.13"
Commit count: 53

cargo fmt