Crates.io | dialga |
lib.rs | dialga |
version | 0.4.2 |
source | src |
created_at | 2022-10-02 00:04:09.343989 |
updated_at | 2023-01-20 04:20:01.736253 |
description | Blueprint instantiator for Palkia |
homepage | |
repository | https://www.github.com/gamma-delta/dialga |
max_upload_size | |
id | 678071 |
size | 40,220 |
A sister crate to Palkia, adding Caves of Qud-like data-driven blueprints.
Ctx
GenericA lot of things in this library have a Ctx
generic. This is for ... well,
whatever you want!
For example, you might want to be able to spawn enemies with varying (random)
hit points. So the Ctx
type might have a RNG in it, for example... go wild.
The "documentation" for this crate is mostly the examples directory. Go check that out I guess.