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 - GitHub - britzl/defads: Defold Ads Library Project - DEPRECATED! · GitHub
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 - GitHub - AGulev/defold-extension-unity-ads: UnityAds native extension for Defold engine. · GitHub
UnityAds native extension for Defold engine - GitHub - subsoap/defos: Extra native OS functions for games written using the Defold game engine · GitHub
Extra native OS functions for Windows and MacOS - GitHub - britzl/defold-gyro: Gyroscope extension for the Defold game engine · GitHub
Gyroscope extension for the Defold - GitHub - britzl/defold-googleanalytics: Google Analytics implementation for the Defold game engine · GitHub
Lua implementation of Google Analytics for the Defold - GitHub - britzl/defold-png: Defold native extension to load and save PNG images · GitHub
Defold native extension to load and save PNG images using lodepng - GitHub - rgrams/defold_polygon_editor: A basic convex polygon editor that exports files for use with Defold. · GitHub
A basic convex polygon editor that exports files for use with Defold - GitHub - Lerg/extension-openal · GitHub
Provides 3D audio, pitch control and other stuff. - https://github.com/britzl/defold-timer
This is a timer module for the Defold - GitHub - PlayFab/LuaSdk: PlayFab Lua SDK for LuaDist command-line, Defold, and more · GitHub
PlayFab Lua SDK for Defold - Library and pipeline for game localization
Library and pipeline for game localisation - GitHub - Megus/defold-router: whDefRouter — screen management solution for Defold Game Engine (includes demo project) · GitHub
A powerful UI router for games built with Defold - Sunsetting Atom - The GitHub Blog
This package provides hot reloading, autocomplete and in-line API docs for Defold - GitHub - britzl/defcon: A developer console for games written using the Defold game engine · GitHub
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 - GitHub - adamwestman/debeat: Sound Library for the Defold Engine · GitHub
Simple but effective library for Audio support - GitHub - Bytonaaa/Guide42: GUI library for Defold game engine · GitHub
GUI library for Defold game engine - GitHub - andsve/dirtylarry: A quick and dirty GUI library for Defold. · GitHub
A quick and dirty GUI library for Defold - GitHub - britzl/defold-lfs: LuaFileSystem port to a Defold native extension · GitHub
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 - GitHub - kikito/cron.lua: Time-related functions for Lua, inspired in javascript's setTimeout and setInterval · GitHub
Allows you to trigger callbacks after any arbitrary amount of accumulated delta time. - GitHub - hxdefold/hxdefold-example-throwacrow: Defold example of a slingshot style physics game · GitHub
Defold example of a slingshot style physics game - GitHub - subsoap/defrs: A collection of useful general resources made ready to be used with the Defold game engine · GitHub
A collection of useful general resources made ready to be used with the Defold game engine - GitHub - britzl/playfabexamples: PlayFab API examples for Defold · GitHub
PlayFab API examples for Defold - GitHub - d954mas/defold-flappy-bird: flappy bird game made in defold · GitHub
flappy bird game made in defold - GitHub - andrewyavors/Lua-Color-Converter: Converts your hex or RGB values into Corona/Defold-compatible format · GitHub
lua-script that allows you to use hex and rgb colors - GitHub - britzl/deftest: Unit testing in Defold · GitHub
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.