Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 327 Bytes

PlasmaSim

Simulation of charged particles in electric and magnetic fields.

Build

Run cmake from a temporary directory like this:

mkdir build
cd build
cmake ..
make
cd ..

Run

If all goes well, make sure to run the executable from the root dir (because textures are loaded relatively).

build/PlasmaSim