Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/trigary/fieldlines
- Owner: Trigary
- License: gpl-3.0
- Created: 2017-12-04T19:57:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T16:54:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-29T05:44:53.364Z (2 months ago)
- Topics: cpp, electric-field-lines, electric-fields, physics, physics-simulation, simulation
- Language: C++
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)