Skip to content

blackbirdcoder/labWorkManipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

laboratory work for the university

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published