This project is a simple example of a robotic manipulator implemented using the raylib library. It was created as a basic assignment for my variant.
git clone <your-repo-url>
cd <your-repo-folder>clang++ src/*.cpp -std=c++17 -g -o main \
-lraylib -lGL -lm -lpthread -ldl -lrt -lX11
./main
