Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 554 Bytes

Neutron Star Magnetosphere

This program simulates and creates a 3D interactive visualisation of the magnetic field of a neutron star.

Getting Started

Clone the repository, navigate to the directory and run:

python main.py

Prerequisites

Python2. You will also need to install the visual python, tkinter and matplotlib packages. On linux:

sudo apt-get install python-visual
sudo apt-get install python-tk
sudo apt-get install python-matplotlib

Authors