Use when rendering network flow graphs on GPU.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill gpu-flow-visualizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gpu Flow Visualizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-gpu-flow-visualizer)More formats (shields.io, HTML) on the badges page.
---
name: gpu-flow-visualizer
title: GPU Flow Visualizer
description: Use when rendering network flow graphs on GPU.
category: networking
tags: [gpu, visualization, flow, graph, rendering, wgpu]
---
# GPU Flow Visualizer
**Trigger**: Use when rendering network flow topology graphs using GPU compute.
**Libraries**: `wgpu` (rendering), `wgsl` (shaders), `petgraph` (graph layout)
**Implementation**: Force-directed graph layout computed on GPU via wgpu compute shaders. Flow topology: nodes = IPs, edges = connections. Edge weight = traffic volume (animated thickness). Time-animated playback of network activity. GPU renders at 60fps for smooth interaction. Zoom/pan interaction via camera matrix. Export as SVG/PNG snapshot.
**Connected**: `gpu-packet-classifier`, `connection-tracker`, `traffic-analyzer`, `realtime-dashboard`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!