This repository contains various helper classes and snippets for use with the libGDX framework. The current classes included are:
-
SplineHelper.java - a helper class for handling CatMullRomSpline objects in libGDX, including methods for loading XML spline data generated by the libGDX Path Editor.
-
StarField.java - a simple parallax scrolling starfield effect that can be positioned and resized.