This is an engine for replicating the alpha particle (blue dots) interaction with atom's nuclei (red dots)
g++ compiler
make
SDL2 Library is used for rendering graphics. It should automatically determine nVidia GPU specs. If not working, upload a compatible SDL2 release from here
git clone https://github.com/Yedi278/Rutherford-Scattering-Sim.git
cd Rutherford-Scattering-Sim
make all
if this doesn't run use:
./build/Build
for the program to work it is required that the SDL2.dll file is stored in the same directory as build file.
