All Projects → britzl → defold-input

britzl / defold-input

Licence: MIT license
Simplify input related operations such as gesture detection, input mapping and clicking/dragging game objects

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to defold-input

jstodef
Library for sending messages from JavaScript to Defold (Lua)
Stars: ✭ 21 (-68.66%)
Mutual labels:  defold, defold-library
extension-fbinstant
Facebook Instant Games extension for the Defold game engine
Stars: ✭ 39 (-41.79%)
Mutual labels:  defold, defold-library
gooey
Defold GUI system
Stars: ✭ 99 (+47.76%)
Mutual labels:  defold, defold-library
extension-gpgs
Defold native extension for Google Play Game Services
Stars: ✭ 19 (-71.64%)
Mutual labels:  defold, defold-library
defold-hyper-trails
Easy to use and customizable trail effect for the Defold game engine.
Stars: ✭ 33 (-50.75%)
Mutual labels:  defold, defold-library
defold-sharing
Defold native extension to share data from a Defold application using native dialogs
Stars: ✭ 20 (-70.15%)
Mutual labels:  defold, defold-library
defold-richtext
Defold-RichText is a system to create styled text based on an HTML inspired markup language
Stars: ✭ 35 (-47.76%)
Mutual labels:  defold, defold-library
drawpixels
Defold engine native extension for drawing pixels into texture buffer.
Stars: ✭ 46 (-31.34%)
Mutual labels:  defold, defold-library
defold-playable-ads
Make playable ads with Defold! It's a project with Gulp tasks to bundle the Defold game into a single HTML file.
Stars: ✭ 15 (-77.61%)
Mutual labels:  defold, defold-library
platypus
Defold platformer engine
Stars: ✭ 31 (-53.73%)
Mutual labels:  defold, defold-library
defold-metrics
Calculate and display performance metrics in Defold games
Stars: ✭ 23 (-65.67%)
Mutual labels:  defold, defold-library
DefVideoAds
UnityAds native extension for Defold engine.
Stars: ✭ 37 (-44.78%)
Mutual labels:  defold, defold-library
defos
Extra native OS functions for games written using the Defold game engine
Stars: ✭ 64 (-4.48%)
Mutual labels:  defold, defold-library
defpro
Defold Profiler interaction using Lua
Stars: ✭ 19 (-71.64%)
Mutual labels:  defold, defold-library
extension-admob
Defold native extension which provides access to AdMob functionality on Android and iOS
Stars: ✭ 31 (-53.73%)
Mutual labels:  defold, defold-library
defnet
Defold networking examples
Stars: ✭ 52 (-22.39%)
Mutual labels:  defold, defold-library
DAABBCC
Dynamic AABB Tree native extension with Branch and Bound Algorithm for Defold Engine
Stars: ✭ 42 (-37.31%)
Mutual labels:  defold, defold-library
defold-eva
Basic defold module for mobile games
Stars: ✭ 21 (-68.66%)
Mutual labels:  defold, defold-library
nakama-defold
Defold client for Nakama server.
Stars: ✭ 58 (-13.43%)
Mutual labels:  defold
Defold
Defold is a completely free to use game engine for development of desktop, mobile and web games.
Stars: ✭ 1,938 (+2792.54%)
Mutual labels:  defold

Build Status

Defold-Input

Defold-Input contains a number of different Lua modules and scripts to simplify input related operations such as gestures detection, user configurable key bindings, input state handling and dragging/clicking game objects.

Setup

You can use the extension 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/britzl/defold-input/archive/master.zip

Or point to the ZIP file of a specific release.

Try HTML5 Demo

You can try an HTML5 demo of Defold-Input here: https://britzl.github.io/Defold-Input/

Gooey

For a complete and easily skinnable UI system that supports buttons, checkboxes, input fields and lists please take a look at Gooey.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].