Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subsoap/ease
Easing functions for Defold
https://github.com/subsoap/ease
defold defold-game-engine
Last synced: 10 days ago
JSON representation
Easing functions for Defold
- Host: GitHub
- URL: https://github.com/subsoap/ease
- Owner: subsoap
- Created: 2018-02-20T15:11:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T18:16:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T17:33:02.616Z (22 days ago)
- Topics: defold, defold-game-engine
- Language: Lua
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-defold - Ease
README
# Ease
Easing functions for Defold## Installation
You can use Ease in your own project by adding this project as a [Defold library dependency](http://www.defold.com/manuals/libraries/). 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")
```