bevy_la_mesa

Crates.iobevy_la_mesa
lib.rsbevy_la_mesa
version
sourcesrc
created_at2024-07-21 23:26:33.547293
updated_at2024-12-02 09:49:57.896484
descriptionBuild card games with Bevy
homepage
repositoryhttps://github.com/stillonearth/bevy_la_mesa
max_upload_size
id1310642
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sergei Surovtsev (stillonearth)

documentation

README

bevy_la_mesa

Crates.io MIT/Apache 2.0 Crates.io

Plugin for building card-based games on bevy. Handles deck, cards, hand and table.

Events

Event Descritpion
RenderDeck render deck on table
DeckRendered when deck is rendered
CardHover mouse card hover on
CardOut mouse card pointer off
CardPress press card
DeckShuffle shuffle deck of cards
DrawHand draw cards from deck to hard
PlaceCardOnTable place card from hand or deck on table
AlignCardsInHand align cards in hands spacially
DiscardCardToDeck place card from back to deck
Commit count: 34

cargo fmt