Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 521 Bytes

#Magnetic Domain Visualization

This is a project I created for a colleague working in education.

The visualization is designed to illustrate to students the behavior of ferromagnetic materials at the nano scale. It utilizes pure javascript and HTML5 to dynamically draw and update the model.

Various parameters such as color, font, label text, etc can be configured by editing the file ./js/config/user-config.

To build it yourself, run:

npm install
npm run build