package
0.0.0-20210622120855-93f9cd5359db
Repository: https://github.com/faiface/pixel-examples.git
Documentation: pkg.go.dev
# README
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.
# Functions
NewScrollingBackground construct and returns a new instance of scrollingBackground, positioning the background images according to the speed value.
# Structs
ScrollingBackground stores all needed information to scroll a background to the left or right.