Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 8 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Repository
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 7
- Releases: 233
Metadata Files
README.md
Introduction

Arbor GUI is a comprehensive tool for building single cell models using Arbor. It strives to be self-contained, fast, and easy to use.
- Design morphologically detailled cells for simulation in Arbor.
- Load morphologies from SWC
.swc, NeuroML.nml, NeuroLucida.asc. - Define and highlight Arbor regions and locsets.
- Paint ion dynamics and bio-physical properties onto morphologies.
- Place spike detectors and probes.
- Export cable cells to Arbor\'s internal format (ACC) for direct simulation.
- Import cable cells in ACC format
This project is under active development and welcomes early feedback. As of v0.8, releases of Arbor-GUI follow the version numbering of Arbor, e.g. Arbor-GUI v0.8 includes Arbor v0.8. Releases can be found here. Precompiled and self-contained versions for Macos and Linux are available at the same locations.
Note that the screenshots below are updated less frequently than the actual project. To get a feel for the workflow with Arbor-GUI, you can take a look at the tutorial.
We welcome bug reports and feature requests, please use the issue tracker here on GitHub for these purposes. Building network simulation is out of scope for this project (we might offer a different tool, though).
Interactive Definition of Regions and Locsets

- Rendering of cable cell as seen by Arbor.
- Define locations in Arbor\'s Locset/Region DSL.
- Live feedback by Arbor\'s parser.
- Well-formed expressions are rendered immediately.
- Navigate with
- pan: arrow keys or hold [CTRL],
- zoom: +/- or mouse wheel,
- rotate: hold [SHIFT].
- Right-click to
- reset camera,
- snap-to a defined locset,
- set the background colour,
- tweak morphology orientation,
- toggle orientation guide,
- save the currently rendered image to disk.
- enter auto-rotation mode
- Hover a segment to show
- containing branch and regions,
- geometry information.
Definition of Ion Dynamics

- Load mechanisms from built-in catalogues.
- Define ion species.
- Set parameters of mechanisms and ions.
- Set global and cell level defaults.
Manipulation of Cable Cell Parameters

- Set per-region parameters like temperature, resisitivities, and more.
- Set global and cell level defaults.
Simulation Interface

- Timestep and simulation interval.
- Add Probes, Stimuli, and Spike Detectors.
- Set and visualise discretisation policy.
- Run a preview simulation and see probed traces.
Notes
- You can adjust the GUI layout by dragging and dropping windows and tabs.
- Dragging regions will change rendering order, so overlapping regions might be better visible.
- The Arbor GUI vendors its own copy of Arbor.
Installation
We have Apple Disk Images and Linux AppImages which are the preferred way of getting and using Arbor GUI. Simply download the version for your system and copy them to a directory of your choosing.
The Arbor GUI requires a functional OpenGL 3.3+ package and recent (as in C++20 supported) C++ compiler to be present on the system. Listed below are the standard instructions to install per platform. Mileage may vary, especially when installing OpenGL. You might need to update drivers, or have to execute other environment specific patches.
Building Arbor GUI
If you wish to build and perhaps modify Arbor GUI, start out by cloning the repository and creating a build directory:
bash
git clone --recursive https://github.com/arbor-sim/gui.git
cd arbor-gui
mkdir build
cd build
Next, follow the platform specific instructions.
Linux (Ubuntu)
- Install build dependencies
bash sudo apt update sudo apt install build-essential libssl-dev \ libxml2-dev libxrandr-dev libxinerama-dev \ libxcursor-dev libxi-dev libglu1-mesa-dev \ freeglut3-dev mesa-common-dev gcc-10 g++-10If your cmake version is less than 3.18, you will need to update it as wellbash cmake --version 3.16 # default on Ubunte 20.04 LTS # if pip is present pip install --update cmake Add GCC10 as alternative to GCC and select it:
bash sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10Usegcc --versionto confirm it is now version 10. If not you will need to runsudo update-alternatives --config gcc(and its analog forg++) and manually select the right number.Install Arbor GUI
bash cmake .. sudo make install -j 4
Windows (WSL2)
Users of Windows Subsystem for Linux will have to run an X-Server on their Windows machine and use X11-forwarding to display the GUI.
Install VcXsrv. Make sure you add the right firewall rules and a subnet mask for the incoming connections. An alternative is to disable access control when you start the XServer but this could have security implications for you. This is a great write-up of all the pitfalls you can encounter.
Key to the XServer forwarding are the extra settings during XServer startup:

Add the following to
.bashrc. Please note that it is similar but not identical to snippets you\'ll find elsewhere:bash export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2\>/dev/null):0 export LIBGL_ALWAYS_INDIRECT=0
MacOS
Please use a recent version of Clang, as installed by brew for example. The project has been confirmed to build and run with Clang 11 on BigSur and Catalina using this line
bash
cmake .. -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ \
-DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang \
-DCMAKE_BUILD_TYPE=release
Acknowledgements
This research has received funding from the European Unions Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 720270 (Human Brain Project SGA1), Specific Grant Agreement No. 785907 (Human Brain Project SGA2), and Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
Arbor GUI is an eBrains project.
This project uses various open source projects, licensed under permissive open source licenses. See the respective projects for license and copyright details.
- Arbor: https://github.com/arbor-sim/arbor
- GLM for OpenGL maths: https://github.com/g-truc/glm
- GLFW for setting up windows: https://github.com/glfw/glfw
- Dear ImGUI library https://github.com/ocornut/imgui
- Iosevka font https://github.com/be5invis/Iosevka
- ForkAwesome icon set https://github.com/ForkAwesome/Fork-Awesome
- C++ icon bindings https://github.com/juliettef/IconFontCppHeaders
- fmt formatting https://github.com/fmtlib/fmt
- spdlog logger https://github.com/gabime/spdlog
- stb image loader https://github.com/nothings/stb
- Tracy profiler https://github.com/wolfpld/tracy.git
Test and example datasets include:
- A morphology model
dend-C060114A2_axon-C060114A5.asccopyright of the BBP, licensed under the CC BY-NC-SA 4.0 license.
Citing Arbor GUI
The Arbor GUI entry on Zenodo can be cited, see CITATION.bib.
Owner
- Name: Arbor Neural Network Simulation Library
- Login: arbor-sim
- Kind: organization
- Email: contact@arbor-sim.org
- Website: arbor-sim.org
- Repositories: 11
- Profile: https://github.com/arbor-sim
Arbor – a morphologically-detailed neural network simulation library for contemporary high-performance computing architectures
Citation (CITATION.bib)
@software{thorsten_hater_2022_7415130,
author = {Thorsten Hater and
Brent Huisman and
Robin De Schepper and
Nora Abi Akar and
Benjamin Cumming and
Sebastian Schmitt},
title = {Arbor GUI v0.8},
month = dec,
year = 2022,
publisher = {Zenodo},
version = {v0.8},
doi = {10.5281/zenodo.7415130},
url = {https://doi.org/10.5281/zenodo.7415130}
}
GitHub Events
Total
- Release event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 4
- Pull request review event: 2
- Pull request event: 9
- Create event: 2
Last Year
- Release event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 4
- Pull request review event: 2
- Pull request event: 9
- Create event: 2
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Thorsten Hater | 2****r | 194 |
| Brent Huisman | b****n | 13 |
| th | th@t****x | 4 |
| Ben Cumming | b****g@c****h | 3 |
| Robin De Schepper | r****3@g****m | 2 |
| Anne Kuesters | a****s@f****e | 2 |
| Sebastian Schmitt | s****t@p****e | 1 |
| Nora Abi Akar | n****r@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 8
- Total pull requests: 24
- Average time to close issues: 7 months
- Average time to close pull requests: 6 months
- Total issue authors: 5
- Total pull request authors: 4
- Average comments per issue: 4.13
- Average comments per pull request: 0.67
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- brenthuisman (3)
- schmitts (2)
- thorstenhater (1)
- lungsi (1)
- SteMasoli (1)
Pull Request Authors
- thorstenhater (20)
- brenthuisman (7)
- noraabiakar (2)
- Helveg (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- ncipollo/release-action v1 composite
- wei/git-sync v3 composite