{"id":49916593,"url":"https://github.com/atifmmahmud/neuroviz","last_synced_at":"2026-05-16T17:02:54.122Z","repository":{"id":319740130,"uuid":"1079468474","full_name":"atifmmahmud/neuroviz","owner":"atifmmahmud","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-28T07:20:38.000Z","size":6102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T09:16:14.941Z","etag":null,"topics":["brain","brodmann-area-labeling","mni","neuroanatomy","neuroscience","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atifmmahmud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-19T21:32:01.000Z","updated_at":"2025-10-28T07:20:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b0d25a0-7f74-4458-92c1-9c287e15585b","html_url":"https://github.com/atifmmahmud/neuroviz","commit_stats":null,"previous_names":["atifmmahmud/neuroviz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atifmmahmud/neuroviz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atifmmahmud%2Fneuroviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atifmmahmud%2Fneuroviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atifmmahmud%2Fneuroviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atifmmahmud%2Fneuroviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atifmmahmud","download_url":"https://codeload.github.com/atifmmahmud/neuroviz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atifmmahmud%2Fneuroviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33111497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brain","brodmann-area-labeling","mni","neuroanatomy","neuroscience","unity","unity3d"],"created_at":"2026-05-16T17:02:53.081Z","updated_at":"2026-05-16T17:02:54.112Z","avatar_url":"https://github.com/atifmmahmud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neuroviz\n\nNeuroviz is an interactive brain anatomy visualization platform. This app allows the user to click on brain areas and learn about their functionality including internal regions like the limbic system.\n\nTo try the project, you can visit the [NeuroViz Webpage](https://atifm.com/neuroviz/index.html).\n\n ![A GIF walkthrough of using Neuroviz](/Neuroviz-GIF.gif)\n\n\nThis project uses some external assets, listed as follows:\n\n- The 3D model of the brain was downloaded from TurboSquid: \u003chttps://www.turbosquid.com/FullPreview/624395\u003e  \n- The outline effect was sourced from Unity Asset Store: \u003chttps://assetstore.unity.com/packages/tools/particles-effects/quick-outline-115488\u003e\n- The gitattributes template for Git LFS was sourced from: \u003chttps://gist.github.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f\u003e  \n\n## Directory Guide\n\n- [Neuroviz-Unity](/NeuroViz-Unity/): The Unity project used to build Neuroviz. For this, we used Unity `6000.0.51f1` with the Virtual Reality template and Universal Render Pipeline.\n\n- [Neuroviz-Blender](/NeuroViz-Blender/): This Blender project was used to adjust the 3D model to better fit our needs.\n\n### Code\n\nWe used `ScriptableObjects` to manage data on the brain areas. For the brain area class and scriptable objects, please see [NeuroViz-Unity/Assets/Data](/NeuroViz-Unity/Assets/Data/).\n\nThe remaining code can be found in [NeuroViz-Unity/Assets/Scripts](/NeuroViz-Unity/Assets/Scripts/).\n\n- [BrainStateManager](/NeuroViz-Unity/Assets/Scripts/BrainStateManager.cs): Manages viewing brain cross-section, internal view, and selection of area to highlight and display.\n\n- [CameraController](/NeuroViz-Unity/Assets/Scripts/CameraController.cs): Handles camera view movement around the scene.\n\n- [ClickableBrainArea](/NeuroViz-Unity/Assets/Scripts/ClickableBrainArea.cs): A component attached to brain areas to store data and handle clicking.\n\n- [MNIManager](/NeuroViz-Unity/Assets/Scripts/MNIManager.cs): Handles visualizing MNI coordinates.\n\n- [UIManager](/NeuroViz-Unity/Assets/Scripts/UIManager.cs): Handles the UI elements like brain area descriptions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatifmmahmud%2Fneuroviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatifmmahmud%2Fneuroviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatifmmahmud%2Fneuroviz/lists"}