Skip to content

PrathamNabira/flowfields

Repository files navigation

Flow Field

Install required libraries:

sudo dnf install raylib raylib-devel

Installs Raylib and its development headers.

Compile the project:

g++ flow.cpp RealVector.cpp config.cpp particle.cpp -o flow -lraylib -lGL -lm -ldl -lpthread -lrt -lX11

Compiles the project and links necessary libraries.

Run the program:

./flow

About

flowy vector fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages