love2d-community / awesome-love2d

A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
Creative Commons Zero v1.0 Universal
3.33k stars 208 forks source link

Add parallax #245

Closed idbrii closed 1 year ago

idbrii commented 1 year ago

parallax is a camera utility library for LÖVE that adds parallax scrolling when used with a camera library.

You can create layers and a layer can draw an image with perfect tiling on x, y, or both axes.

parallax is not itself a camera system!

I use parallax in my projects to add parallax scrolling to gamera.

Here's a demo showing drawing on multiple layers and a tiled background image.