Skip to content

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

License

Notifications You must be signed in to change notification settings

Trigary/FieldLines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 image