gvf

Crates.iogvf
lib.rsgvf
version0.0.0
created_at2025-07-06 20:13:59.354858+00
updated_at2025-07-06 20:13:59.354858+00
descriptionA generative visual framework for creating next-generation visual applications on the Scattered Systems platform
homepagehttps://github.com/scattered-systems/gvf/wiki
repositoryhttps://github.com/scattered-systems/gvf.git
max_upload_size
id1740418
size42,387
Joe McCain III (FL03)

documentation

README

gvf

crates.io docs.rs GitHub License


Warning: The library is currently in the early stages of development and is not yet ready for production use.

gvf

Features

  • serde - enables serialization using serde

Usage

Add this to your Cargo.toml:

[dependencies.gvf]
features = []
version = "0.0.x"

Examples

Example #1: Basic Usage

    extern crate gvf;

    fn main() -> anyhow::Result<()> {

        Ok(())
    }

Getting Started

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.

Contributing

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.

Commit count: 0

cargo fmt