An open API service indexing awesome lists of open source software.

https://github.com/reo7sp/magnetictest

Researching magnetic field
https://github.com/reo7sp/magnetictest

magnetic-fields opengl physics

Last synced: 7 months ago
JSON representation

Researching magnetic field

Awesome Lists containing this project

README

          

# MagneticTest

![Screenshot](/screenshot.png?raw=true)

## Building
```
sudo apt-get install build-essential cmake libgl1-mesa-dev libglew-dev freeglut3-dev libxmu-dev libxi-dev libboost-test-dev
cmake .
make -j4
```