This project is an interactive robotic art installation created by the Rensselaer Polytechnic Institute (RPI) Robotics Club. The goal is to bridge the gap between art and engineering through a programmable, motion-based artistic display powered by a custom C++ software stack.
This project is developed in C++ and uses:
- CMake for the build system
- vcpkg for dependency management
- g++/clang as a C++ compiler (with C++17 support)
Tested on Ubuntu 22.04+ and Windows 10+ (with WSL or Visual Studio)
sudo apt install -y git cmake g++ build-essentialgit clone https://github.com/RPI-Robotics/Robotic-Art-Installation.git
cd Robotic-Art-Installationgit clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh # or .\bootstrap-vcpkg.bat on Windows./vcpkg/vcpkg installFrom the root directory:
cmake --preset defaultcmake --build --preset default./build/RAI