Skip to content

Leo-Nicolle/fractaleidoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Fractaleidoscope

Psychedelic installation !!

get started:

install openGL

sudo apt-get install freeglut3 freeglut3-dev

install GLEW

sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev libosmesa-dev

git clone [email protected]:nigels-com/glew.git

cd glew

make

sudo make install

make clean

install openCV

sudo apt-get install build-essential

sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev

git clone [email protected]:opencv/opencv.git

cd ./opencv

cmake .

make

sudo make install

build and run the project:

cd opengl/

cmake .

make

./fractal

TODO: Use camera Stream::

https://r3dux.org/2012/01/how-to-convert-an-opencv-cvmat-to-an-opengl-texture/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published