Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trigary/fieldlines

C++ application which renders the field lines of line charges using OpenGL.
https://github.com/trigary/fieldlines

cpp electric-field-lines electric-fields physics physics-simulation simulation

Last synced: 6 days ago
JSON representation

C++ application which renders the field lines of line charges using OpenGL.

Awesome Lists containing this project

README

        

**Information**
This project is about displaying the field lines of line charges.
You can set the number of lines, the number of charges and the electric charge of the charges.
You can move and zoom with the camera.

**Running**
This project requires OpenGL 4.6 and the Visual C++ 2017 Redistributable.
Check out the releases for an executable: https://github.com/Trigary/FieldLines/releases

**Building**
Required library: glfw3.lib
Required includes: GLFW, glm, glad (and KHR)
Required source file: glad.c
For instructions please refer to this page: https://learnopengl.com/#!Getting-started/Creating-a-window

**Showcase**
![image](https://i.imgur.com/ENS9ZQz.png)
![image](https://i.imgur.com/MoT03ge.png)