Skip to content
/ ease Public
forked from subsoap/ease

Easing functions for Defold

Notifications You must be signed in to change notification settings

tugteam/ease

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ease

Easing functions for Defold

Installation

You can use Ease in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:

https://github.com/subsoap/ease/archive/master.zip

Once added, you must require the main Lua module in scripts via

local ease = require("ease.ease")

About

Easing functions for Defold

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%