Skip to content

A tool for visualizing differential equations using a vector field

License

Notifications You must be signed in to change notification settings

redawl/VectorOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorOpenGL

VectorOpenGL models vector fields, based on an x differential equation, and a y differential equation. With these two inputs, it can create beautiful animated graphs:

Image1

Dependencies

  • glfw3
  • opengl3
  • imgui with glfw support enabled

Building

With the above dependencies installed, building should be as simple as:

$ make clean vog

Then run with:

$ ./vog

Credits

This project uses dearImgui for the user interface, GLAD as the OpenGL loader, and exprTk for equation parsing.

About

A tool for visualizing differential equations using a vector field

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages