CompNeuroVis¶
CompNeuroVis is a desktop visualization toolkit for computational neuroscience workflows. It is built for the common lab problem of getting simulation output, morphology, surfaces, and linked plots on screen quickly without building a custom GUI from scratch.
What You Can Do With It¶
- render a 2-D field as an interactive 3-D surface
- link a surface view to a line-plot slice and controls
- view live NEURON or Jaxley compartment activity on morphology and traces
- build a complete custom session with your own solver and explicit scene model
- replay precomputed frames through the same frontend and layout system
Choose Your Path¶
- Go to Getting Started if your goal is "show me something working."
- Go to Tutorials if your goal is "help me build an app like this."
- Go to Concepts if your goal is "explain the model clearly."
- Go to Architecture if your goal is "show me how the system is wired."
- Go to API Reference if your goal is "show me the callable surface and types."
Start With a Runnable Example¶
If you want to see the toolkit working before reading architecture docs, start here: