Crates.io | gvf-core |
lib.rs | gvf-core |
version | 0.0.0 |
created_at | 2025-07-06 20:13:10.411482+00 |
updated_at | 2025-07-06 20:13:10.411482+00 |
description | The core modules empowering the generative visual framework (GVF) for the scsys platform |
homepage | https://github.com/scattered-systems/gvf/wiki |
repository | https://github.com/scattered-systems/gvf.git |
max_upload_size | |
id | 1740416 |
size | 28,762 |
Warning: The library is currently in the early stages of development and is not yet ready for production use.
gvf
serde
- enables serialization using serde
Add this to your Cargo.toml
:
[dependencies.gvf]
features = []
version = "0.0.x"
extern crate gvf;
fn main() -> anyhow::Result<()> {
Ok(())
}
To get started with gvf
, you can clone the repository and run the examples provided in the examples
directory. Visit the QUICKSTART guide for detailed instructions on how to set up your environment and run the examples.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.