Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 505 Bytes

File metadata and controls

28 lines (19 loc) · 505 Bytes

Robot manipulator 🦾

Demo

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.

⚙️ How to Clone and Build (Linux 🐧)

1. Clone the repository

git clone <your-repo-url>
cd <your-repo-folder>

2. Compile using clang++

clang++ src/*.cpp -std=c++17 -g -o main \
    -lraylib -lGL -lm -lpthread -ldl -lrt -lX11

3. Run the program

./main