Skip to content

xorza/Scenarium

Repository files navigation

Scenarium

Scenarium is a collection of tools and libraries for building node based data processing pipelines.
The core graph and utilities are written in Rust and exposed through Tauri+Svelte desktop editor.

Repository Layout

  • common – shared utilities used across the workspace
  • graph – the main graph library
  • ScennariumEditor.Svelte+Tauri – a Svelte + Tauri based desktop editor

Building

This repository is organised as a Rust workspace. The native tools require a recent Rust toolchain.

# build all Rust crates
cargo build --workspace
#run the Svelte+Tauri editor
cd ScennariumEditor.Svelte+Tauri && cargo tauri dev

License

This project is licensed under the terms of the MIT license. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published