Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 666 Bytes

File metadata and controls

24 lines (18 loc) · 666 Bytes

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.