Skip to content

Haxe library that performs linear transformations on sprites to resemble 3D graphics

License

Notifications You must be signed in to change notification settings

Redar13/parallaxLT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParallaxLT - Parallax Scrolling Meets Linear Transformations

ParallaxLT is a powerful and easy-to-use library that distorts sprites via linear transaformations to mimic 3D graphics in Haxeflixel.

  • Thourough Haxeflixel Support: Import a fine-tuned version of ParallaxSprite for your preferred version.

  • Simple Integration: Easily integrate ParallaxSprites into your project with minimal code changes.

  • Flexible Configuration: Adjust scroll factors, direction, and anchor points to fine-tune everything to your liking.

Installation:

To get started with ParallaxLT, simply install it however you like as a Haxelib:

command line:

haxelib install parallaxlt

Maxe Module Manager:

    {
      "name": "parallaxlt",
      "type": "haxelib",
      "version": null
    }

Once that's said and done, declare it in your haxeflixel project:

<haxelib name="parallaxlt"/>

Licensing

© 2023 It'z_Miles - some rights rerserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Haxe library that performs linear transformations on sprites to resemble 3D graphics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 100.0%