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

Itz-Miles/parallaxLT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParallaxLT - Transform Sprites to Mimic 3D Graphics in Haxeflixel

ParallaxLT is a powerful and easy-to-use Haxe 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.

Credits

It'z_Miles Creator of ParallaxLT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages