gioser-web: add gioser-graph-web module for SVG semantic graph
- New crate: gioser-graph-web (WASM widget) - Fetches /graph from the gioser API - Force-directed layout (Fruchterman-Reingold) in Rust - SVG inline rendering: nodes clickable, colored by camino - Agnostic container: caller provides div + callback
This commit is contained in:
+2
-1
@@ -221,8 +221,9 @@ members = [
|
||||
"crates/modules/gioser/gioser-palette",
|
||||
"crates/modules/gioser/gioser-shaders",
|
||||
"crates/modules/gioser/gioser-canvas-web",
|
||||
"crates/modules/gioser/gioser-graph-web",
|
||||
|
||||
# ============================================================
|
||||
# ==========================================================
|
||||
# modules/fana/ — Writer DAG editor (absorbe pluma)
|
||||
# ============================================================
|
||||
"crates/modules/fana/fana-core",
|
||||
|
||||
Reference in New Issue
Block a user