Take a part in exploring your brain and see how it works
- This software provide interactive 3D brain model with user-interface interactions and access to Wikipedia knowledge about every part of brain.
- It is solution for non-specialized learning software, especially for Biology.
- Program is dedicated to high school students.
- Why did you undertake it?
- Three.js 0.77.1
- HTML 5, CSS 3
- ECMAScript 2021
List the ready features here:
- Clickable infomation boxes with reference to Wikipedia articles
- Rotation and moving around the model
Download zip archiwe with the latest release. Then extract it to single folder and run file Brain3D.exe
.
For developer usage download all files to single folder or just clone repository via url (https://github.com/Bialson/Brain3D.git).
The base of program is located in js/main.js
file.
To modify scene go to showBrain()
function.
The class definition edgeLine
of info box is placed under interactions with DOM elements (splash screen) and library imports.