UPDATE:
defold.com/community is there.
We inspire all the plugin makers upload their awesomeness to the brand new Asset Portal.
And while we’re working hard on editor and runtime extensions for Defold, there’s quite a bunch of things you can do today. I see lots of the cool things spread around the internets, so it is time to assemble some of the community add-ons here. And later on we’ll make a proper way for easy Assets Exchange.
I’ll keep the topic head updated with what you contribute below, just like it works with the #MadeWithDefold topic.
The extensions list [WIP]
-
https://github.com/kekdck/tiled
A generic tile map editor http://www.mapeditor.org -
https://github.com/hxdefold/hxdefold
Haxe/Lua externs for Defold game engine -
https://github.com/DrVirtual/defnet
Simple network engine for Defold - just proof of concept -
https://github.com/alex-ac/LevelEditor
Isometric level editor for Defold -
https://github.com/britzl/defads
A library project for showing ads using the webview.
There’s also an example project showing the integration here: https://github.com/britzl/defads_example -
Enhance - Defold Native extension for over 30 SDKs
Enhance - Defold Native extension for over 30 SDKs -
https://github.com/AGulev/DefUnityAds
UnityAds native extension for Defold engine -
https://github.com/subsoap/defos
Extra native OS functions for Windows and MacOS -
https://github.com/britzl/defold-gyro
Gyroscope extension for the Defold -
https://github.com/britzl/defold-googleanalytics
Lua implementation of Google Analytics for the Defold -
https://github.com/britzl/defold-png
Defold native extension to load and save PNG images using lodepng -
https://github.com/rgrams/defold_polygon_editor
A basic convex polygon editor that exports files for use with Defold -
https://github.com/Lerg/extension-openal
Provides 3D audio, pitch control and other stuff. -
https://github.com/britzl/defold-timer
This is a timer module for the Defold -
https://github.com/PlayFab/LuaSdk
PlayFab Lua SDK for Defold -
Library and pipeline for game localization
Library and pipeline for game localisation -
https://github.com/Megus/defold-router
A powerful UI router for games built with Defold -
https://atom.io/packages/defold-ide
This package provides hot reloading, autocomplete and in-line API docs for Defold -
https://github.com/britzl/defcon
A developer console for games written using Defold -
https://github.com/subsoap/deffx
A collection of useful shader effects made ready to be used with the Defold -
https://github.com/adamwestman/debeat
Simple but effective library for Audio support -
https://github.com/Bytonaaa/Guide42
GUI library for Defold game engine -
https://github.com/andsve/dirtylarry
A quick and dirty GUI library for Defold -
https://github.com/britzl/defold-lfs
LuaFileSystem wrapper. LFS is a complement to the existing file system functions offered by the standard Lua distribution.
Hint: look for a forum topic with any of the above and below to ask a question.
Also I’ll try to store some useful code snippets here. I inspire you to share what is cool and useful by your peers in the comments so the list below grows together with our community.
The code snippets list [WIP]
-
http://pastebin.com/C5AuRaGJ
nil-condition support module by alprog.
Provide two form of expression syntax. -
https://github.com/unindented/defold-astar
Simple A* demo. -
https://github.com/britzl/lua-websocket_example
Lua and Defold websocket example based on lua-websocket and LuaSocket -
https://github.com/britzl/publicexamples
Small examples for the Defold engine by @britzl -
https://github.com/kikito/cron.lua
Allows you to trigger callbacks after any arbitrary amount of accumulated delta time. -
https://github.com/hxdefold/hxdefold-example-throwacrow
Defold example of a slingshot style physics game -
https://github.com/subsoap/defrs
A collection of useful general resources made ready to be used with the Defold game engine -
https://github.com/britzl/playfabexamples
PlayFab API examples for Defold -
https://github.com/d954mas/defold-flappy-bird/tree/master
flappy bird game made in defold -
https://github.com/SpycerLviv/Lua-Color-Converter
lua-script that allows you to use hex and rgb colors -
https://github.com/britzl/deftest
This project shows one way of running unit tests in Defold using the Telescope unit testing framework.
Also if you’re still here I suggest you check The Big List of Defold tips.