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:
Sergio
2026-05-23 14:38:42 +00:00
parent b17149c528
commit 38e95e0620
3 changed files with 535 additions and 1 deletions
+2 -1
View File
@@ -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",