MedericCar / pogl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POGL Final Project

Results

Implementation of various effects on a sphere in OpenGL.

Authors

Médéric Carriat Xavier Gomez

Installation

Dependencies

  • CMake
  • Conan

Commands

$ mkdir build
$ cd build
$ conan install .. -s build_type=Release --build missing
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make
$ ./pogl

Usage

Once the window is opened, a menu should guide you through the different effects.

Implemented

  • Perlin noise deformation
  • Morphing
  • Wave

About


Languages

Language:C++ 61.1%Language:GLSL 37.6%Language:CMake 1.3%