https://github.com/gravitytwog/electromagneticfield
Electro-magnetic field simulation made with CUDA
https://github.com/gravitytwog/electromagneticfield
c cuda cuda-kernels cuda-programming
Last synced: 29 days ago
JSON representation
Electro-magnetic field simulation made with CUDA
- Host: GitHub
- URL: https://github.com/gravitytwog/electromagneticfield
- Owner: GravityTwoG
- Created: 2022-05-10T12:03:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T07:58:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T14:58:54.604Z (about 1 year ago)
- Topics: c, cuda, cuda-kernels, cuda-programming
- Language: Cuda
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electro-magnetic field simulation with CUDA
Press left mouse button to create bunch of particles.
Press right mouse button to create one particle.
Press middle mouse button to clear screen.
Press 'E' keyboard button to toggle electric field.

## Building
Copy library folders to /libs folder.
Create build files:
```sh
cmake -B build
```
Compile executable:
```sh
cmake --build build --config Release
#or
cmake --build build --config Debug
```