Red1C3 / sobel-filter-example

Edge-detection operator applied with OpenGL 4.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sobel-Filter-Example

A post-process effect that approximites edges in a renderer texture using OpenGL 4.4

Building

Using Meson with the following dependencies installed:

  • GLM
  • SFML
  • glBinding
  • Assimp

Updating scene

Please make sure your meshes are facing up the positive X axis in MODEL space

Snapshots

With Sobel applied original

About

Edge-detection operator applied with OpenGL 4.4

License:The Unlicense


Languages

Language:C++ 76.0%Language:GLSL 19.7%Language:Meson 2.4%Language:Python 1.9%