ggez-goodies

Crates.ioggez-goodies
lib.rsggez-goodies
version0.5.0
sourcesrc
created_at2018-05-05 23:50:37.025758
updated_at2019-08-02 18:27:50.00643
descriptionVarious small useful add-ons for the ggez game framework
homepage
repositoryhttps://github.com/ggez/ggez-goodies
max_upload_size
id63935
size581,454
(icefoxen)

documentation

https://docs.rs/ggez-goodies

README

ggez-goodies

Build Status license

Useful modules for the ggez Rust game framework.

Each module is meant to be pretty much self-contained without relying on the others. Or if it does rely on others, it will be in a strictly incremental fashion.

Currently this is very incomplete but hopefully semi-useful. If nothing else it should be a good place to start for making your own versions of the same tasks.

Modules:

  • Input indirection layer and state tracking
  • Scene manager
  • Camera
  • Particle system (incomplete)

Modules to create

  • Sprites with ordering, animation, atlasing, tile mapping, 3x3 sprites... (look at https://docs.rs/piston2d-sprite/0.28.0/sprite/index.html) (also look at XNA's sprite system, FNA's implementation of such, Godot, Cocos2D)
  • GUI (conrod? imgui? ozkriff's ggez-zgui?)
  • In-game debugger...?

Useful goodies made by other people

Commit count: 193

cargo fmt