lucidlactose / augmentedRealityChess

This was previously done as a group project and forked. Allows to play chess with an augmented chessboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

augmentedRealityChess

This does not appear on my github so I cloned it and readded it to mine.

The original link to the project is here https://github.com/FernandoCaudillo10/augmentedReality.

To run:

g++ -std=c++11 src/*.c src/*.cpp test.cpp -I include/ `pkg-config --libs --cflags opencv` -lglfw -lGL -lX11 -lpthread -lXrandr -lXi -ldl

About

This was previously done as a group project and forked. Allows to play chess with an augmented chessboard.


Languages

Language:C++ 87.5%Language:C 10.2%Language:Objective-C 2.1%Language:CMake 0.1%Language:GLSL 0.0%