Search found 18 matches
- Thu Aug 01, 2019 9:17 am
- Forum: Libraries and Tools
- Topic: Metaballs
- Replies: 4
- Views: 2069
Re: Metaballs
Looks great!
- Mon May 13, 2019 7:41 am
- Forum: Libraries and Tools
- Topic: Shake Detection Library
- Replies: 1
- Views: 8888
Re: Shake Detection Library
This can be useful to someone.
Who can resolve pull request https://github.com/love2d-community/awe ... d/pull/130 or add to avesome-love2d (or awesome -lua maybe?)
Who can resolve pull request https://github.com/love2d-community/awe ... d/pull/130 or add to avesome-love2d (or awesome -lua maybe?)
- Mon Apr 15, 2019 6:33 pm
- Forum: Libraries and Tools
- Topic: Shake Detection Library
- Replies: 1
- Views: 8888
Shake Detection Library
It is porting of shake.js library to Lua. https://github.com/azoyan/ShakeDetectorLua The module is designed to be compatible with any Lua engine that can get delta-time between update cycles and accelerometer data. Example of usage with Love2d: main.lua function love.load() shakeDetector = require "...
- Sat Apr 13, 2019 10:23 pm
- Forum: Libraries and Tools
- Topic: Alexar's IM GUI
- Replies: 4
- Views: 5834
Re: Alexar's IM GUI
Scroll view with inertial scrolling (like in mobile browsers where you do small swype gesture and your web page scrolling down)
- Thu Apr 11, 2019 7:23 pm
- Forum: Libraries and Tools
- Topic: Alexar's IM GUI
- Replies: 4
- Views: 5834
Re: Alexar's IM GUI
add swypable gesture for scroll list please)
- Thu Mar 21, 2019 9:27 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 380
- Views: 155000
Re: Löve Frames - A GUI Library
please add swipe touch gestures for scrolling on mobile platforms.
- Sun Aug 19, 2018 8:30 pm
- Forum: Games and Creations
- Topic: [Android] - Chooz
- Replies: 5
- Views: 2487
- Thu Aug 16, 2018 10:27 pm
- Forum: Games and Creations
- Topic: [Android] - Chooz
- Replies: 5
- Views: 2487
- Thu Aug 16, 2018 7:48 am
- Forum: Games and Creations
- Topic: [Android] - Chooz
- Replies: 5
- Views: 2487
[Android] - Chooz
Hello everybody!
As far as I know, the applications are written on Love2d in Google Play Market are not so many.
I'm glad to show you application that will help you choose something.
https://play.google.com/store/apps/deta ... 0215225505
As far as I know, the applications are written on Love2d in Google Play Market are not so many.
I'm glad to show you application that will help you choose something.
https://play.google.com/store/apps/deta ... 0215225505
- Wed Jun 20, 2018 9:52 pm
- Forum: Libraries and Tools
- Topic: [0.10.2 water-waves-v.0.1] - library for water waves creation
- Replies: 1
- Views: 1645
[0.10.2 water-waves-v.0.1] - library for water waves creation
I am glad to show first version of water library for 0.10.2 https://raw.githubusercontent.com/azoyan/water-waves-love2d/master/customParameters.gif Usage example: local Water = require "water" function love.load(arg) local x, y, width, height, color = 100, 150, 500, 400, { 0, 130, 200, 255 } water =...