Registry / other / pagurus

pagurus

JSON →
library0.7.4rscratesunverified

Ultra-portable game engine suited for offline 2D games powered by WebAssembly.

# Cargo.toml [dependencies] pagurus = "0.7.4"
INSTALL
IMPORT
SIG · PAGURUS
P
pagurus
otherrustv0.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Game
use pagurus::Game;

Implements the Game trait for a custom game.

use pagurus::Game; struct MyGame; impl Game for MyGame { fn update(&mut self) {} fn draw(&self) {} }
Debug
Known issues
gotchaDesigned for WebAssembly; may have limited support on native platforms.
fix
Target wasm32-unknown-unknown for best compatibility.
affects: >=0.7.0
Upgrade
Version history
0.7.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pagurus — cargo add pagurus · libregistry