go-opengl-pixel/examples/shaders/parallax-edge-detection
Brandon 6adfb36972 add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
..
README.md add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
background.png add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
foreground.png add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
main.go add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
result.png add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00
scrolling_background.go add paralllax-edge-detection shader example 2018-06-25 14:39:30 -06:00

README.md

Parallax scrolling demo

Created by Sergio Vera

This example shows how to implement an infinite side scrolling background with a depth effect, using parallax scrolling. Code is based in the infinite scrolling background demo.

Credits to Peter Hellberg for the improved background images.

Parallax scrolling background