├── .github ├── ISSUE_TEMPLATE │ └── new-asset.md └── workflows │ ├── trigger-site-rebuild.yml │ └── update_stars.yml ├── .gitignore ├── .lintr ├── Pipfile ├── Pipfile.lock ├── README.md ├── assets ├── 2dcollisions.json ├── 3deforms.json ├── 3dglass.json ├── acidrain.json ├── adinfo.json ├── adjustsdk.json ├── admob-defold.json ├── admob.json ├── adpf.json ├── adswrapper.json ├── alienworld.json ├── apathfinding.json ├── apkverifier.json ├── apkx.json ├── applovin-max.json ├── asefold.json ├── batterystatus.json ├── bit46.json ├── blip.json ├── blurshader.json ├── cafebazaar.json ├── camera.json ├── cards-fx-kit.json ├── cas-ai.json ├── chipsounds.json ├── chrono.json ├── cjson.json ├── cleanexporter.json ├── clipboard.json ├── colorlib.json ├── colorpicker.json ├── colyseus.json ├── compat53.json ├── coolmathgames-sdk.json ├── crazygames.json ├── crowd-runner-defold.json ├── crypto_iap.json ├── daabbcc.json ├── dashdocsetfordefold.json ├── dear-imgui.json ├── debeat.json ├── decodeogg.json ├── def-behavior-tree.json ├── def_usercentrics.json ├── defarc.json ├── defarmy.json ├── defblend.json ├── defbuild.json ├── defcon.json ├── defdiags.json ├── defglot.json ├── defgraph.json ├── define.json ├── defkit.json ├── defluid.json ├── defmath.json ├── defmnu.json ├── defold-3D-outline-shader.json ├── defold-api-emmylua.json ├── defold-box2d.json ├── defold-cairo.json ├── defold-cognito.json ├── defold-colors.json ├── defold-detour.json ├── defold-event.json ├── defold-index.json ├── defold-ink.json ├── defold-lang.json ├── defold-log.json ├── defold-mobilehtml5-typing.json ├── defold-neovim.json ├── defold-nuklear.json ├── defold-oop.json ├── defold-parser.json ├── defold-persist.json ├── defold-polyglot.json ├── defold-proto.json ├── defold-rendy.json ├── defold-runtime-atlas.json ├── defold-saver.json ├── defold-tile-raycast.json ├── defold-timer.json ├── defold-toon-shader.json ├── defold-tweener.json ├── defold-typewriter.json ├── defold-wrap.json ├── defoldandroidpermissions.json ├── defoldapiforsublimetext3.json ├── defoldgridengine.json ├── defoldinput.json ├── defoldpng.json ├── defoldpolygoneditor.json ├── defork.json ├── defos.json ├── defpfd.json ├── defpro.json ├── defquest.json ├── defsave.json ├── defstring.json ├── deftable.json ├── deftest.json ├── deftimeline.json ├── defunico.json ├── defvideoads.json ├── defvungle.json ├── defwindow.json ├── deployer.json ├── derez.json ├── dicebag.json ├── dirtylarry.json ├── discordrich.json ├── dissolve-fx.json ├── drawpixels.json ├── druid.json ├── dsfonts.json ├── editor-script-align.json ├── editor-script-check-dependencies-versions.json ├── editor-script-cleanup.json ├── editor-script-components.json ├── editor-script-distribute.json ├── editor-script-extra-locations.json ├── editor-script-templates.json ├── editorscriptatlas.json ├── emthree.json ├── endlessrunner.json ├── err.json ├── extensiondirectories.json ├── facebook.json ├── facebookads.json ├── facebookinstantgames.json ├── fastnoise.json ├── feat.json ├── fire-glow-shader.json ├── firebase-remoteconfig.json ├── fmod.json ├── fontgen.json ├── fontscale.json ├── gameanalytics.json ├── gamedistribution.json ├── gamekit.json ├── gamescore.json ├── geneticalneuralnetwork.json ├── gog-galaxy.json ├── gooey.json ├── googleanalytics.json ├── googleanalyticsforfirebase.json ├── googleplaygameservices.json ├── googleplayinstant.json ├── gyro.json ├── haxesupport.json ├── horrifold.json ├── hypertrails.json ├── i18n-defold.json ├── iac.json ├── iap.json ├── illumination.json ├── imageloader.json ├── images │ ├── 2dcollisions-hero.jpg │ ├── 2dcollisions-thumb.jpg │ ├── 3DGlass_hero.jpg │ ├── 3DGlass_thumb.jpg │ ├── 3deforms-hero.jpg │ ├── 3deforms-thumb.jpg │ ├── FontScale-hero.jpg │ ├── FontScale-thumb.jpg │ ├── __defoldtypescript.jpg │ ├── __freesoundtracks.jpg │ ├── __platformerkit.jpg │ ├── __shadertoy.jpg │ ├── acidrain-hero.jpg │ ├── acidrain-thumb.jpg │ ├── adinfo-hero.jpg │ ├── adinfo-thumb.jpg │ ├── adjustsdk-hero.jpg │ ├── adjustsdk-thumb.png │ ├── admob-defold-hero.jpg │ ├── admob-defold-thumb.jpg │ ├── admob-hero.jpg │ ├── admob-thumb.png │ ├── adpf-hero.jpg │ ├── adpf-thumb.jpg │ ├── adswrapper-hero.jpg │ ├── adswrapper-thumb.png │ ├── alienworld-hero.jpg │ ├── alienworld-thumb.jpg │ ├── apathfinding-hero.jpg │ ├── apathfinding-thumb.jpg │ ├── apkverifier-hero.jpg │ ├── apkverifier-thumb.jpg │ ├── apkx-hero.jpg │ ├── apkx-thumb.jpg │ ├── applovin-max-hero.jpg │ ├── applovin-max-thumb.jpg │ ├── asefold-hero.png │ ├── asefold-thumb.png │ ├── batterystatus-hero.jpg │ ├── batterystatus-thumb.jpg │ ├── bit46-hero.jpg │ ├── bit46-thumb.jpg │ ├── blip-hero.png │ ├── blip-thumb.jpg │ ├── blurshader-hero.jpg │ ├── blurshader-thumb.jpg │ ├── cafebazaar-hero.jpg │ ├── cafebazaar-thumb.jpg │ ├── camera-hero.jpg │ ├── camera-thumb.jpg │ ├── cards-fx-kit-hero.jpg │ ├── cards-fx-kit-thumb.jpg │ ├── cas.ai-hero.jpg │ ├── cas.ai-thumb.jpg │ ├── chipsounds-hero.jpg │ ├── chipsounds-thumb.jpg │ ├── chrono-hero.jpg │ ├── chrono-thumb.jpg │ ├── cjson-hero.jpg │ ├── cjson-thumb.jpg │ ├── clean-hero.png │ ├── clean-thumb.png │ ├── clipboard-hero.jpg │ ├── clipboard-thumb.jpg │ ├── colorlib-hero.jpg │ ├── colorlib-thumb.jpg │ ├── colorpicker-hero.jpg │ ├── colorpicker-thumb.jpg │ ├── colyseus-hero.jpg │ ├── colyseus-thumb.jpg │ ├── compat53-hero.jpg │ ├── compat53-thumb.jpg │ ├── coolmathgames-hero.jpg │ ├── coolmathgames-thumb.jpg │ ├── crazygames-hero.jpg │ ├── crazygames-thumb.jpg │ ├── crowd-runner-hero.png │ ├── crowd-runner-thumb.jpg │ ├── crypto-iap-hero.jpg │ ├── crypto-iap-thumb.jpg │ ├── daabbcc-hero.jpg │ ├── daabbcc-thumb.jpg │ ├── dashdocsetfordefold-hero.jpg │ ├── dashdocsetfordefold-thumb.png │ ├── dear-imgui-hero.jpg │ ├── dear-imgui-thumb.jpg │ ├── debeat-hero.jpg │ ├── debeat-thumb.jpg │ ├── decodeogg-hero.jpg │ ├── decodeogg-thumb.jpg │ ├── def-behavior-tree-hero.jpg │ ├── def-behavior-tree-thumb.jpg │ ├── def_usercentrics-hero.png │ ├── def_usercentrics-thumb.png │ ├── defarmy-hero.jpg │ ├── defarmy-thumb.jpg │ ├── defblend-hero.jpg │ ├── defblend-thumb.jpg │ ├── defbuild-hero.jpg │ ├── defbuild-thumb.jpg │ ├── defcon-hero.png │ ├── defcon-thumb.jpg │ ├── defdiags-hero.jpg │ ├── defdiags-thumb.jpg │ ├── defglot-hero.jpg │ ├── defglot-thumb.jpg │ ├── defgraph-hero.jpg │ ├── defgraph-thumb.jpg │ ├── define-hero.jpg │ ├── define-thumb.jpg │ ├── defkit-hero.jpg │ ├── defkit-thumb.jpg │ ├── defluid-hero.jpg │ ├── defluid-thumb.jpg │ ├── defmath-hero.jpg │ ├── defmath-thumb.jpg │ ├── defmnu-hero.jpg │ ├── defmnu-thumb.png │ ├── defold-api-emmylua-hero.jpg │ ├── defold-api-emmylua-thumb.jpg │ ├── defold-box2d-hero.jpg │ ├── defold-box2d-thumb.jpg │ ├── defold-cairo-hero.jpg │ ├── defold-cairo-thumb.jpg │ ├── defold-cognito-hero.jpg │ ├── defold-cognito-thumb.jpg │ ├── defold-deployer-hero.jpg │ ├── defold-deployer-thumb.jpg │ ├── defold-detour-hero.jpg │ ├── defold-detour-thumb.jpg │ ├── defold-event-hero.png │ ├── defold-event-thumb.png │ ├── defold-ink-hero.jpg │ ├── defold-ink-thumb.jpg │ ├── defold-lang-hero.png │ ├── defold-lang-thumb.png │ ├── defold-log-hero.png │ ├── defold-log-thumb.png │ ├── defold-mobilehtml5-typing-hero.jpg │ ├── defold-mobilehtml5-typing-thumb.jpg │ ├── defold-neovim-hero.png │ ├── defold-neovim-thumb.png │ ├── defold-nuklear-hero.jpg │ ├── defold-nuklear-thumb.png │ ├── defold-oop-hero.jpg │ ├── defold-oop-thumb.jpg │ ├── defold-parser-hero.png │ ├── defold-parser-thumb.png │ ├── defold-persist.jpg │ ├── defold-proto-hero.png │ ├── defold-proto-thumb.png │ ├── defold-rendy.jpg │ ├── defold-saver-hero.png │ ├── defold-saver-thumb.png │ ├── defold-timer.jpg │ ├── defold-tweener-hero.png │ ├── defold-tweener-thumb.png │ ├── defold-typewriter.jpg │ ├── defold-wrap-hero.jpg │ ├── defold-wrap-thumb.jpg │ ├── defoldandroidpermissions-hero.jpg │ ├── defoldandroidpermissions-thumb.jpg │ ├── defoldapiforsublimetext3-hero.png │ ├── defoldapiforsublimetext3-thumb.jpg │ ├── defoldapiforvisualstudiocode-hero.jpg │ ├── defoldapiforvisualstudiocode-thumb.jpg │ ├── defoldcolors-thumb.jpg │ ├── defoldgridengine-thumb.jpg │ ├── defoldinput-hero.jpg │ ├── defoldinput-thumb.jpg │ ├── defoldpng-hero.png │ ├── defoldpng-thumb.jpg │ ├── defoldpolygoneditor-hero.jpg │ ├── defoldpolygoneditor-thumb.jpg │ ├── defoldtilemapanimator-thumb.jpg │ ├── defork-hero.jpg │ ├── defork-thumb.jpg │ ├── defos-hero.jpg │ ├── defos-thumb.jpg │ ├── defpfd-hero.png │ ├── defpfd-thumb.png │ ├── defpro-hero.jpg │ ├── defpro-thumb.jpg │ ├── defquest-hero.jpg │ ├── defquest-thumb.jpg │ ├── defreview-hero.jpg │ ├── defreview-thumb.jpg │ ├── defsave-hero.jpg │ ├── defsave-thumb.jpg │ ├── defstring-hero.jpg │ ├── defstring-thumb.jpg │ ├── deftable-hero.jpg │ ├── deftable-thumb.jpg │ ├── deftest-hero.jpg │ ├── deftest-thumb.jpg │ ├── deftimeline-hero.jpg │ ├── deftimeline-thumb.jpg │ ├── defunico-hero.png │ ├── defunico-thumb.png │ ├── defvideoads-hero.png │ ├── defvideoads-thumb.jpg │ ├── defvungle-hero.jpg │ ├── defvungle-thumb.jpg │ ├── defwindow-hero.jpg │ ├── defwindow-thumb.jpg │ ├── derez-hero.jpg │ ├── derez-thumb.jpg │ ├── dicebag-hero.jpg │ ├── dicebag-thumb.jpg │ ├── directories-hero.jpg │ ├── dirtylarry-hero.jpg │ ├── dirtylarry-thumb.jpg │ ├── discordrich-hero.png │ ├── discordrich-thumb.png │ ├── drawpixels-hero.jpg │ ├── drawpixels-thumb.jpg │ ├── dsfonts-hero.jpg │ ├── dsfonts-thumb.jpg │ ├── editor-script-align-hero.jpg │ ├── editor-script-align-thumb.jpg │ ├── editor-script-atlas-hero.jpg │ ├── editor-script-atlas-thumb.jpg │ ├── editor-script-check-dependencies-versions-hero.jpg │ ├── editor-script-check-dependencies-versions-thumb.jpg │ ├── editor-script-cleanup-hero.jpg │ ├── editor-script-cleanup-thumb.jpg │ ├── editor-script-components-hero.jpg │ ├── editor-script-components-thumb.jpg │ ├── editor-script-distribute-hero.jpg │ ├── editor-script-distribute-thumb.jpg │ ├── editor-script-extra-locations-hero.jpg │ ├── editor-script-extra-locations-thumb.jpg │ ├── editor-script-templates-hero.jpg │ ├── editor-script-templates-thumb.jpg │ ├── emthree-hero.jpg │ ├── emthree-thumb.jpg │ ├── endlessrunner-hero.jpg │ ├── endlessrunner-thumb.jpg │ ├── err-hero.jpg │ ├── err-thumb.jpg │ ├── extensiondirectories-thumb.png │ ├── facebook-hero.jpg │ ├── facebook-thumb.jpg │ ├── facebookads-hero.jpg │ ├── facebookads-thumb.jpg │ ├── facebookinstantgames-thumb.jpg │ ├── fastnoise-hero.jpg │ ├── fastnoise-thumb.jpg │ ├── fbinstant-hero.jpg │ ├── feat-hero.jpg │ ├── feat-thumb.jpg │ ├── fire-glow-hero.jpg │ ├── fire-glow-thumb.jpg │ ├── firebase-analytics-hero.jpg │ ├── firebase-hero.jpg │ ├── firebase-thumb.jpg │ ├── firebase_hero.jpg │ ├── fmod-hero.jpg │ ├── fmod-thumb.jpg │ ├── fontgen-hero.png │ ├── fontgen-thumb.png │ ├── gameanalytics-hero.jpg │ ├── gameanalytics-thumb.png │ ├── gamedistribution-hero.jpg │ ├── gamedistribution-thumb.jpg │ ├── gamekit-hero.jpg │ ├── gamkit-thumb.jpg │ ├── geneticalneuralnetwork-hero.jpg │ ├── geneticalneuralnetwork-thumb.jpg │ ├── gog-galaxy-hero.jpg │ ├── gog-galaxy-thumb.jpg │ ├── gooey-hero.jpg │ ├── gooey-thumb.jpg │ ├── googleanalytics-hero.png │ ├── googleanalytics-thumb.jpg │ ├── googleanalyticsforfirebase-hero.jpg │ ├── googleanalyticsforfirebase-thumb.jpg │ ├── googleplaygameservices-thumb.jpg │ ├── gpgs-hero.jpg │ ├── gpi-hero.jpg │ ├── gpi-thumb.jpg │ ├── gyro-hero.jpg │ ├── gyro-thumb.jpg │ ├── haxesupport-hero.png │ ├── haxesupport-thumb.jpg │ ├── horrifold-hero.jpg │ ├── horrifold-thumb.jpg │ ├── hypertrails-hero.jpg │ ├── hypertrails-thumb.jpg │ ├── i18n-defold-hero.jpg │ ├── i18n-defold-thumb.jpg │ ├── iac-hero.jpg │ ├── iac-thumb.jpg │ ├── iap-hero.jpg │ ├── iap-thumb.jpg │ ├── illumination-hero.jpeg │ ├── illumination-thumb.jpeg │ ├── imageloader-hero.jpg │ ├── imageloader-thumb.png │ ├── immutable-hero.jpg │ ├── immutable-thumb.jpg │ ├── imp-hero.jpg │ ├── imp-thumb.jpg │ ├── index-hero.jpg │ ├── index-thumb.jpg │ ├── ironsource-hero.jpg │ ├── ironsource-official-hero.jpg │ ├── ironsource-official-thumb.jpg │ ├── ironsource-thumb.jpg │ ├── kenney-hero.jpg │ ├── kenney-thumb.jpg │ ├── kinematicwalker-hero.jpg │ ├── kinematicwalker-thumb.jpg │ ├── library-defold-checkpoint.png │ ├── lightandshadows-hero.jpg │ ├── lightandshadows-thumb.jpg │ ├── log-hero.jpg │ ├── log-thumb.jpg │ ├── lowrezjam_hero.jpg │ ├── lowrezjamtemplate-thumb.jpg │ ├── lpeg-hero.jpg │ ├── lpeg-thumb.jpg │ ├── lua-language-server-hero.jpg │ ├── lua-language-server-thumb.jpg │ ├── luafilesystemlfs-hero.jpg │ ├── luafilesystemlfs-thumb.jpg │ ├── lualocade-hero.png │ ├── lualocade-thumb.png │ ├── luascriptinstance-hero.jpg │ ├── luascriptinstance-thumb.jpg │ ├── luasocket-hero.jpg │ ├── luasocket-thumb.jpg │ ├── m-hero.jpg │ ├── m-thumb.jpg │ ├── magiclinker-hero.jpg │ ├── magiclinker-thumb.jpg │ ├── matchanovel-hero.jpeg │ ├── matchanovel-thumb.jpeg │ ├── md5-hero.jpg │ ├── md5-thumb.jpg │ ├── mirastate-hero.jpg │ ├── mirastate-thumb.jpg │ ├── modplayer-hero.jpg │ ├── modplayer-thumb.jpg │ ├── moku-hero.png │ ├── moku-thumb.jpg │ ├── monarch-hero.jpg │ ├── monarch-thumb.jpg │ ├── nakama-hero.jpg │ ├── nakama-thumb.jpg │ ├── narrator-hero.jpg │ ├── narrator-thumb.jpg │ ├── nativetext-hero.jpg │ ├── nativetext-thumb.png │ ├── navgo-hero.jpg │ ├── navgo-thumb.jpg │ ├── openal-hero.jpg │ ├── openal-thumb.png │ ├── operator-hero.jpeg │ ├── operator-thumb.jpg │ ├── ortho-hero.jpg │ ├── orthographic-thumb.jpg │ ├── outline-shader-hero.jpg │ ├── outline-shader-thumb.jpg │ ├── pack-hero.jpg │ ├── pack-thumb.jpg │ ├── panthera-web-hero.png │ ├── panthera-web-thumb.jpg │ ├── panthera20-hero.png │ ├── panthera20-thumb.png │ ├── pcg-random-hero.jpg │ ├── pcg-random-thumb.png │ ├── pcgrandom-hero.jpg │ ├── pcgrandom-thumb.jpg │ ├── perspectiveparallax-hero.jpg │ ├── perspectiveparallax-thumb.jpg │ ├── photoshopguiexporter-hero.png │ ├── photoshopguiexporter-thumb.jpg │ ├── pigeon-hero.jpg │ ├── pigeon-thumb.jpg │ ├── platformertutorial-hero.jpg │ ├── platformertutorial-thumb.jpg │ ├── platypus-thumb.jpg │ ├── platypus_hero.jpg │ ├── playfabsdk-hero.png │ ├── playfabsdk-thumb.jpg │ ├── playgama-bridge-hero.png │ ├── playgama-bridge-thumb.png │ ├── png-hero.jpg │ ├── pokisdk-hero.jpg │ ├── pokisdk-thumb.jpg │ ├── pp-hero.jpg │ ├── pp-thumb.jpg │ ├── printer-hero.jpg │ ├── printer-thumb.jpg │ ├── prometheus-hero.jpg │ ├── prometheus-thumb.jpg │ ├── protobuf-hero.jpg │ ├── protobuf-thumb.jpg │ ├── push-hero.jpg │ ├── push-thumb.jpg │ ├── qrcode-hero.jpg │ ├── qrcode-thumb.jpg │ ├── quickbutton-hero.jpg │ ├── quickbutton-thumb.jpg │ ├── rand16-hero.jpg │ ├── rand16-thumb.jpg │ ├── resource-encryption-hero.jpg │ ├── resource-encryption-thumb.jpg │ ├── richtext-hero.jpg │ ├── richtext-thumb.jpg │ ├── rive-hero.jpg │ ├── rive-thumb.jpg │ ├── runtime-atlas-hero.jpg │ ├── runtime-atlas-thumb.jpg │ ├── rustore-hero.jpg │ ├── rustore-thumb.jpg │ ├── safearea-hero.jpg │ ├── safearea-thumb.jpg │ ├── screenshot-hero.png │ ├── screenshot-thumb.jpg │ ├── sfmt-hero.jpg │ ├── sfmt-thumb.png │ ├── share-hero.jpg │ ├── share-thumb.jpg │ ├── sidescrollertutorialfromscratch-hero.jpg │ ├── sidescrollertutorialfromscratch-thumb.jpg │ ├── siwa-hero.jpg │ ├── siwa-thumb.jpg │ ├── slasherprototype-hero.jpg │ ├── slasherprototype-thumb.jpg │ ├── sparkleshader-hero.png │ ├── sparkleshader-thumb.png │ ├── spritefusion-hero.jpg │ ├── spritefusion-thumb.jpg │ ├── squid-hero.jpg │ ├── squid-thumb.jpg │ ├── starly.jpg │ ├── steamworks-hero.jpg │ ├── steamworks-thumb.jpg │ ├── tactxstudios-hero.jpg │ ├── tactxstudios-thumb.jpg │ ├── tapticengine-hero.jpg │ ├── tapticengine-thumb.jpg │ ├── teal-hero.jpg │ ├── teal-thumb.jpg │ ├── tenjin-hero.jpg │ ├── tenjin-thumb.jpg │ ├── textadventuretemplate-hero.jpg │ ├── textadventuretemplate-thumb.jpeg │ ├── texturepacker-hero.jpg │ ├── texturepacker-thumb.jpg │ ├── tiled-hero.jpg │ ├── tiled-thumb.png │ ├── tilesetter-hero.jpg │ ├── tilesetter-thumb.jpg │ ├── tinyecs-hero.png │ ├── tinyecs-thumb.png │ ├── toon-shader-hero.png │ ├── toon-shader-thumb.png │ ├── trenchbroom-hero.jpeg │ ├── trenchbroom-thumb.jpeg │ ├── trickortreat-hero.jpeg │ ├── trickortreat-thumb.png │ ├── trim-atlas-hero.jpg │ ├── trim-atlas-thumb.jpg │ ├── truetilecollisions-hero.jpg │ ├── truetilecollisions-thumb.jpg │ ├── ts-defold-hero.jpg │ ├── ts-defold-thumb.jpg │ ├── ump-hero.jpg │ ├── ump-thumb.jpg │ ├── uptime-hero.jpg │ ├── uptime-thumb.jpg │ ├── vibration-hero.png │ ├── vibration-thumb.png │ ├── videoplayernative-hero.jpg │ ├── videoplayernative-thumb.jpg │ ├── visual-novel-template-ink-hero.jpg │ ├── visual-novel-template-ink-thumb.jpeg │ ├── vitahealthenergy-hero.jpg │ ├── vitahealthenergy-thumb.jpg │ ├── voronoi-hero.jpg │ ├── voronoi-thumb.jpg │ ├── vs-code-ide-hero.jpg │ ├── vs-code-ide-thumb.jpg │ ├── warbattlesassetpack-hero.jpg │ ├── warbattlesassetpack-thumb.jpg │ ├── webmonetization-hero.jpg │ ├── webmonetization-thumb.jpg │ ├── webrtc-hero.jpg │ ├── webrtc-thumb.jpg │ ├── websocket-hero.jpg │ ├── websocket-thumb.jpg │ ├── whdefrouter-hero.jpg │ ├── whdefrouter-thumb.png │ ├── whquestdef-hero.jpg │ ├── whquestdef-thumb.jpg │ ├── wortal-hero.png │ ├── wortal-thumb.jpg │ ├── xplevelupsystem-hero.jpg │ ├── xplevelupsystem-thumb.jpg │ ├── yoga-hero.jpg │ └── yoga-thumb.jpg ├── immutable.json ├── imp.json ├── ironsource-official.json ├── ironsource.json ├── kenney.json ├── kinematicwalker.json ├── library-defold-checkpoint.json ├── lightandshadows.json ├── log.json ├── lowrezjamtemplate.json ├── lpeg.json ├── lua-language-server.json ├── luafilesystemlfs.json ├── lualocade.json ├── luascriptinstance.json ├── luasocket.json ├── m.json ├── magiclinker.json ├── matchanovel.json ├── md5.json ├── mirastate.json ├── modplayer.json ├── moku.json ├── monarch.json ├── nakama.json ├── narrator.json ├── nativetext.json ├── navgo.json ├── openal.json ├── operator.json ├── orthographic.json ├── pack.json ├── panthera.json ├── panthera20.json ├── pcg-random.json ├── pcgrandom.json ├── perspectiveparallax.json ├── photoshopguiexporter.json ├── pigeon.json ├── platformertutorial.json ├── platypus.json ├── playable-ads.json ├── playfabsdk.json ├── playgama-bridge.json ├── pointer-lock.json ├── poki.json ├── pp.json ├── printer.json ├── prometheus.json ├── protobuf.json ├── push.json ├── qrcode.json ├── quickbutton.json ├── rand16.json ├── resource-encryption.json ├── reszip.json ├── review.json ├── richtext.json ├── rive.json ├── rustore-appupdate.json ├── rustore-billing.json ├── rustore-push.json ├── rustore-remoteconfig.json ├── rustore-review.json ├── safearea.json ├── scene3d.json ├── screenshot.json ├── sentinel.json ├── sfmt.json ├── share.json ├── sharpsprite.json ├── sidescrollertutorialfromscratch.json ├── simplex-noise.json ├── siwa.json ├── slasherprototype.json ├── sparkle-shader.json ├── splitmix64.json ├── spritefusion.json ├── squid.json ├── starly.json ├── steamworks.json ├── tactxstudios.json ├── tapticengine.json ├── teal.json ├── tenjin.json ├── textadventuretemplate.json ├── texturepacker.json ├── tiled.json ├── tilemapanimator.json ├── tilesetter.json ├── tinyecs.json ├── tinyhttp.json ├── trenchbroom.json ├── trickortreat.json ├── trim_atlas.json ├── truetilecollisions.json ├── ts-defold.json ├── ump.json ├── uptime.json ├── vibration.json ├── videoplayernative.json ├── visual-novel-template-ink.json ├── vitahealthenergy.json ├── voronoi.json ├── vs-code-ide.json ├── warbattlesassetpack.json ├── webgl-memory.json ├── webmonetization.json ├── webrtc.json ├── websocket.json ├── whdefrouter.json ├── whquestdef.json ├── wortal.json ├── xplevelupsystem.json ├── yagames.json ├── yametrica.json ├── yoga.json └── zstd.json ├── img_format.py ├── update.py └── util.py /.gitignore: -------------------------------------------------------------------------------- 1 | # System 2 | .DS_Store 3 | Thumbs.db 4 | /super-linter.log 5 | -------------------------------------------------------------------------------- /.lintr: -------------------------------------------------------------------------------- 1 | linters: with_defaults(object_usage_linter = NULL) 2 | -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- 1 | [[source]] 2 | name = "pypi" 3 | url = "https://pypi.org/simple" 4 | verify_ssl = true 5 | 6 | [dev-packages] 7 | 8 | [packages] 9 | requests = "*" 10 | 11 | [requires] 12 | python_version = "2.7" 13 | -------------------------------------------------------------------------------- /assets/adjustsdk.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Sergey Lerg", 3 | "description": "Defold extension for Adjust SDK.", 4 | "id": "adjustsdk", 5 | "images": { 6 | "hero": "adjustsdk-hero.jpg", 7 | "thumb": "adjustsdk-thumb.png" 8 | }, 9 | "library_url": "https://github.com/Lerg/extension-adjust/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Adjust SDK", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/Lerg/extension-adjust", 17 | "stars": 3, 18 | "tags": [ 19 | "Analytics" 20 | ], 21 | "timestamp": 1585656869.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/apkx.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Marius Petcu", 3 | "description": "This extension tries to solve the problem of the 100MB APK size limit on Google Play by using APK Expansion files (OBBs) and LiveUpdate", 4 | "id": "apkx", 5 | "images": { 6 | "hero": "apkx-hero.jpg", 7 | "thumb": "apkx-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/dapetcu21/defold-apkx/archive/master.zip", 10 | "license": "Apache 2.0 License", 11 | "name": "APKX", 12 | "platforms": [ 13 | "Android" 14 | ], 15 | "project_url": "https://github.com/dapetcu21/defold-apkx", 16 | "stars": 8, 17 | "tags": [ 18 | "System" 19 | ], 20 | "timestamp": 1583388631.0, 21 | "website_url": "" 22 | } -------------------------------------------------------------------------------- /assets/bit46.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "haruka", 3 | "description": "bit46 is a module for 46bit bitwise operations.", 4 | "id": "bit46", 5 | "images": { 6 | "hero": "bit46-hero.jpg", 7 | "thumb": "bit46-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/wmc7n/bit46/archive/1.0.2.zip", 10 | "license": "MIT License", 11 | "name": "bit46", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/wmc7n/bit46", 21 | "stars": 2, 22 | "tags": [ 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/blip.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Procedurally generate and play sound effects.", 4 | "id": "blip", 5 | "images": { 6 | "hero": "blip-hero.png", 7 | "thumb": "blip-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/blip/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Blip", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/blip", 21 | "stars": 20, 22 | "tags": [ 23 | "Audio" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/blurshader.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Vincent Lagerros", 3 | "description": "Blur shader.", 4 | "id": "blurshader", 5 | "images": { 6 | "hero": "blurshader-hero.jpg", 7 | "thumb": "blurshader-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Blur Shader", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/VincentLagerros/BlurShader", 21 | "stars": 8, 22 | "tags": [ 23 | "Rendering", 24 | "Shaders" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/cafebazaar.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "dev-masih", 3 | "description": "Defold native extension which provides access to In-app purchase functionality on Cafebazaar Android app store.", 4 | "forum_url": "https://forum.defold.com/t/cafebazaar-in-app-purchases/63756", 5 | "images": { 6 | "hero": "cafebazaar-hero.jpg", 7 | "thumb": "cafebazaar-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT License", 11 | "name": "Cafebazaar In-app purchases", 12 | "platforms": [ 13 | "Android" 14 | ], 15 | "project_url": "https://github.com/dev-masih/cafebazaar-iap", 16 | "stars": 7, 17 | "tags": [ 18 | "Monetization" 19 | ], 20 | "timestamp": 1572264785.0, 21 | "website_url": "" 22 | } -------------------------------------------------------------------------------- /assets/camera.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "Capture images and show a live camera preview using the native camera APIs.", 4 | "id": "camera", 5 | "images": { 6 | "hero": "camera-hero.jpg", 7 | "thumb": "camera-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-camera/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Camera", 12 | "platforms": [ 13 | "iOS", 14 | "macOS" 15 | ], 16 | "project_url": "https://github.com/defold/extension-camera", 17 | "stars": 9, 18 | "tags": [ 19 | "Camera" 20 | ], 21 | "timestamp": 1567163518.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/cas-ai.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Sergey Lerg", 3 | "description": "Ad mediation. Supports many ad networks.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "cas.ai-hero.jpg", 7 | "thumb": "cas.ai-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Lerg/extension-cas/archive/master.zip", 10 | "license": "MIT", 11 | "name": "CAS.AI", 12 | "platforms": [ 13 | "android" 14 | ], 15 | "project_url": "https://github.com/Lerg/extension-cas", 16 | "stars": 2, 17 | "tags": [ 18 | "ads", 19 | "monetization" 20 | ], 21 | "timestamp": 1708183481.0, 22 | "website_url": "https://cas.ai" 23 | } -------------------------------------------------------------------------------- /assets/chipsounds.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "A collection of lowfi retro like sound effects.", 4 | "id": "chipsounds", 5 | "images": { 6 | "hero": "chipsounds-hero.jpg", 7 | "thumb": "chipsounds-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/chip-sounds/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Chip Sounds", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/chip-sounds", 21 | "stars": 13, 22 | "tags": [ 23 | "Audio" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/chrono.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Reliable server based time.", 4 | "id": "chrono", 5 | "images": { 6 | "hero": "chrono-hero.jpg", 7 | "thumb": "chrono-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/chrono/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Chrono", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/chrono", 21 | "stars": 15, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/cjson.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Family Age", 3 | "description": "This extension allow you encode lua table to JSON and decode JSON to lua table in native part", 4 | "id": "cjson", 5 | "images": { 6 | "hero": "cjson-hero.jpg", 7 | "thumb": "cjson-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Melsoft-Games/defold-cjson/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "CJSON", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows" 17 | ], 18 | "project_url": "https://github.com/Melsoft-Games/defold-cjson", 19 | "stars": 23, 20 | "tags": [ 21 | "System" 22 | ], 23 | "timestamp": 1567163518.0, 24 | "website_url": "" 25 | } -------------------------------------------------------------------------------- /assets/clipboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Clipboard access to enable copy / paste operations.", 4 | "id": "clipboard", 5 | "images": { 6 | "hero": "clipboard-hero.jpg", 7 | "thumb": "clipboard-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defold-clipboard/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Clipboard", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "Linux", 16 | "macOS", 17 | "Windows" 18 | ], 19 | "project_url": "https://github.com/britzl/defold-clipboard", 20 | "stars": 16, 21 | "tags": [ 22 | "System" 23 | ], 24 | "timestamp": 1567163518.0, 25 | "website_url": "" 26 | } -------------------------------------------------------------------------------- /assets/colorpicker.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Ross Grams", 3 | "description": "A pretty basic HSV and RGB colorpicker that outputs the 0-1 vector4s that Defold uses for colors.", 4 | "id": "colorpicker", 5 | "images": { 6 | "hero": "colorpicker-hero.jpg", 7 | "thumb": "colorpicker-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Colorpicker", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/rgrams/colorpicker", 21 | "stars": 5, 22 | "tags": [ 23 | "Tools" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/coolmathgames-sdk.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Fabtjar", 3 | "description": "Coolmath Games SDK native extension for Defold.", 4 | "id": "coolmathgames-sdk", 5 | "images": { 6 | "hero": "coolmathgames-hero.jpg", 7 | "thumb": "coolmathgames-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/fabtjar/defold-coolmathgames-sdk/archive/refs/heads/main.zip", 10 | "license": "MIT License", 11 | "name": "Coolmath Games SDK", 12 | "platforms": [ 13 | "HTML5" 14 | ], 15 | "project_url": "https://github.com/fabtjar/defold-coolmathgames-sdk", 16 | "stars": 4, 17 | "tags": [ 18 | "Ads", 19 | "Monetization" 20 | ], 21 | "timestamp": 1693564471.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/crazygames.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "CrazyGames SDK native extension for Defold game engine", 4 | "images": { 5 | "hero": "crazygames-hero.jpg", 6 | "thumb": "crazygames-thumb.jpg" 7 | }, 8 | "library_url": "https://github.com/defold/extension-crazygames/archive/main.zip", 9 | "license": "MIT License", 10 | "name": "CrazyGames SDK", 11 | "platforms": [ 12 | "HTML5" 13 | ], 14 | "project_url": "https://github.com/defold/extension-crazygames", 15 | "stars": 8, 16 | "tags": [ 17 | "Ads", 18 | "Platform", 19 | "Social", 20 | "System" 21 | ], 22 | "timestamp": 1730812293.0, 23 | "website_url": "https://developer.crazygames.com/" 24 | } -------------------------------------------------------------------------------- /assets/crowd-runner-defold.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Defold example with up to 32765 entities support with simple physics", 4 | "images": { 5 | "hero": "crowd-runner-hero.png", 6 | "thumb": "crowd-runner-thumb.jpg" 7 | }, 8 | "library_url": "", 9 | "license": "MIT", 10 | "name": "Crowd Runner Defold", 11 | "platforms": [ 12 | "iOS", 13 | "Android", 14 | "macOS", 15 | "Windows", 16 | "Linux", 17 | "HTML5" 18 | ], 19 | "project_url": "https://github.com/Insality/crowd-runner-defold", 20 | "stars": 15, 21 | "tags": [ 22 | "Sample project" 23 | ], 24 | "timestamp": 1567163518.0, 25 | "website_url": "" 26 | } -------------------------------------------------------------------------------- /assets/crypto_iap.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "bdshahab", 3 | "description": "A sample project showing how to enable in-app purchases using cryptocurrencies.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "crypto-iap-hero.jpg", 7 | "thumb": "crypto-iap-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "In-app purchasing by cryptocurrency", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux" 18 | ], 19 | "project_url": "https://github.com/bdshahab/iap_defold", 20 | "stars": 3, 21 | "tags": [ 22 | "monetization", 23 | "sample project", 24 | "template projects" 25 | ], 26 | "timestamp": 1722335385.0 27 | } -------------------------------------------------------------------------------- /assets/daabbcc.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Selim Ana\u00e7", 3 | "description": "This is a Dynamic AABB Tree native extension with Branch and Bound Algorithm.", 4 | "id": "daabbcc", 5 | "images": { 6 | "hero": "daabbcc-hero.jpg", 7 | "thumb": "daabbcc-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/selimanac/DAABBCC/archive/v2.0.zip", 10 | "license": "MIT License", 11 | "name": "DAABBCC", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/selimanac/DAABBCC", 21 | "stars": 73, 22 | "tags": [ 23 | "Physics" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/debeat.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Adam Westman", 3 | "description": "Debeat, a simple but effective library for audio support.", 4 | "id": "debeat", 5 | "images": { 6 | "hero": "debeat-hero.jpg", 7 | "thumb": "debeat-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/adamwestman/debeat/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Debeat", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/adamwestman/debeat", 21 | "stars": 29, 22 | "tags": [ 23 | "Audio" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/decodeogg.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Denis Makhortov", 3 | "description": "Native extension for decoding ogg files in wav.", 4 | "forum_url": "https://forum.defold.com/t/decodeogg-native-extension/64048", 5 | "images": { 6 | "hero": "decodeogg-hero.jpg", 7 | "thumb": "decodeogg-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/JAlHund/decodeogg", 10 | "license": "MIT", 11 | "name": "DecodeOgg", 12 | "platforms": [ 13 | "Android", 14 | "Windows" 15 | ], 16 | "project_url": "https://github.com/JAlHund/decodeogg", 17 | "stars": 9, 18 | "tags": [ 19 | "Audio" 20 | ], 21 | "timestamp": 1575622236.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/def_usercentrics.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Happy Games Studio", 3 | "description": "Defold NE for UserCentrics CMP", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "def_usercentrics-hero.png", 7 | "thumb": "def_usercentrics-thumb.png" 8 | }, 9 | "library_url": "https://github.com/HGPoint/def_usercentrics/archive/refs/heads/main.zip", 10 | "license": "MIT License", 11 | "name": "Defold Usercentrics CMP", 12 | "platforms": [ 13 | "android", 14 | "ios" 15 | ], 16 | "project_url": "https://github.com/HGPoint/def_usercentrics", 17 | "stars": 1, 18 | "tags": [ 19 | "util" 20 | ], 21 | "timestamp": 1731423722.0, 22 | "website_url": "https://docs.usercentrics.com/" 23 | } -------------------------------------------------------------------------------- /assets/defblend.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Blend solid colors with your sprites using various blending modes.", 4 | "id": "defblend", 5 | "images": { 6 | "hero": "defblend-hero.jpg", 7 | "thumb": "defblend-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defblend/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "DefBlend", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defblend", 21 | "stars": 21, 22 | "tags": [ 23 | "Shaders" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defdiags.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Sven Andersson", 3 | "description": "Simpe cross-platform (OSX, Windows, Linux) native open and save dialogs.", 4 | "id": "defdiags", 5 | "images": { 6 | "hero": "defdiags-hero.jpg", 7 | "thumb": "defdiags-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/andsve/def-diags/archive/master.zip", 10 | "license": "Zlib", 11 | "name": "Def-Diags", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/andsve/def-diags", 21 | "stars": 14, 22 | "tags": [ 23 | "Input" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defmath.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "A set of math functions.", 4 | "id": "defmath", 5 | "images": { 6 | "hero": "defmath-hero.jpg", 7 | "thumb": "defmath-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defmath/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "DefMath", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defmath", 21 | "stars": 23, 22 | "tags": [ 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defold-api-emmylua.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "d954mas", 3 | "description": "Defold api headers for emmylua plugin", 4 | "id": "defold-api-emmylua", 5 | "images": { 6 | "hero": "defold-api-emmylua-hero.jpg", 7 | "thumb": "defold-api-emmylua-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT License", 11 | "name": "IntelliJ Defold API", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/d954mas/defold-api-emmylua", 21 | "stars": 41, 22 | "tags": [ 23 | "Editor" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "https://www.patreon.com/d954mas" 27 | } -------------------------------------------------------------------------------- /assets/defold-cairo.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "David Lannan", 3 | "description": "Cairo extension for Defold for developing UI widgets. Many widgets included already.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "defold-cairo-hero.jpg", 7 | "thumb": "defold-cairo-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "defold-cairo", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/dlannan/defold-cairo", 21 | "stars": 5, 22 | "tags": [ 23 | "gui" 24 | ], 25 | "timestamp": 1613694550.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defold-cognito.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "willemt", 3 | "description": "Defold native extension which provides access to AWS Cognito. Useful for user signup/login.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "defold-cognito-hero.jpg", 7 | "thumb": "defold-cognito-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "BSD", 11 | "name": "defold-cognito", 12 | "platforms": [ 13 | "android", 14 | "ios" 15 | ], 16 | "project_url": "https://github.com/willemt/defold-cognito", 17 | "stars": 4, 18 | "tags": [ 19 | "social" 20 | ], 21 | "timestamp": 1645093320.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/defold-event.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Cross-Context Defold Event System", 4 | "images": { 5 | "hero": "defold-event-hero.png", 6 | "thumb": "defold-event-thumb.png" 7 | }, 8 | "library_url": "https://github.com/Insality/defold-event/archive/refs/tags/1.zip", 9 | "license": "MIT", 10 | "name": "Defold Event", 11 | "platforms": [ 12 | "iOS", 13 | "Android", 14 | "macOS", 15 | "Windows", 16 | "Linux", 17 | "HTML5" 18 | ], 19 | "project_url": "https://github.com/Insality/defold-event", 20 | "stars": 55, 21 | "tags": [ 22 | "system" 23 | ], 24 | "timestamp": 1567163518.0, 25 | "website_url": "" 26 | } -------------------------------------------------------------------------------- /assets/defold-lang.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Defold Localization Helper", 4 | "images": { 5 | "hero": "defold-lang-hero.png", 6 | "thumb": "defold-lang-thumb.png" 7 | }, 8 | "library_url": "https://github.com/Insality/defold-lang/archive/refs/tags/1.zip", 9 | "license": "MIT", 10 | "name": "Defold Lang", 11 | "platforms": [ 12 | "iOS", 13 | "Android", 14 | "macOS", 15 | "Windows", 16 | "Linux", 17 | "HTML5" 18 | ], 19 | "project_url": "https://github.com/Insality/defold-lang", 20 | "stars": 25, 21 | "tags": [ 22 | "system", 23 | "util", 24 | "gui" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/defold-log.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Context logger with performance metrics for Defold", 4 | "images": { 5 | "hero": "defold-log-hero.png", 6 | "thumb": "defold-log-thumb.png" 7 | }, 8 | "library_url": "https://github.com/Insality/defold-log/archive/refs/tags/1.zip", 9 | "license": "MIT", 10 | "name": "Defold Log", 11 | "platforms": [ 12 | "iOS", 13 | "Android", 14 | "macOS", 15 | "Windows", 16 | "Linux", 17 | "HTML5" 18 | ], 19 | "project_url": "https://github.com/Insality/defold-log", 20 | "stars": 28, 21 | "tags": [ 22 | "system", 23 | "util", 24 | "tools" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/defold-oop.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "xiyoo0812@163.com", 3 | "description": "Defold Ext for work with lua Object Oriented Programming!", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "defold-oop-hero.jpg", 7 | "thumb": "defold-oop-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/xiyoo0812/defold-oop/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "defold-oop", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux" 18 | ], 19 | "project_url": "https://github.com/xiyoo0812/defold-oop", 20 | "stars": 2, 21 | "tags": [ 22 | "lua" 23 | ], 24 | "timestamp": 1704802333.0, 25 | "website_url": "" 26 | } -------------------------------------------------------------------------------- /assets/defold-parser.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Parse Defold files to JSON and back", 4 | "forum_url": "https://forum.defold.com/t/defold-parser-node-module/71903", 5 | "images": { 6 | "hero": "defold-parser-hero.png", 7 | "thumb": "defold-parser-thumb.png" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "Defold Parser", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/Insality/defold-parser", 21 | "stars": 9, 22 | "tags": [ 23 | "system", 24 | "util" 25 | ], 26 | "timestamp": 1688946347.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/defold-saver.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Insality", 3 | "description": "Defold Save File Manager", 4 | "images": { 5 | "hero": "defold-saver-hero.png", 6 | "thumb": "defold-saver-thumb.png" 7 | }, 8 | "library_url": "https://github.com/Insality/defold-saver/archive/refs/tags/1.zip", 9 | "license": "MIT", 10 | "name": "Defold Saver", 11 | "platforms": [ 12 | "iOS", 13 | "Android", 14 | "macOS", 15 | "Windows", 16 | "Linux", 17 | "HTML5" 18 | ], 19 | "project_url": "https://github.com/Insality/defold-saver", 20 | "stars": 36, 21 | "tags": [ 22 | "system", 23 | "util", 24 | "tools" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/defoldpng.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Decode and encode PNG images.", 4 | "id": "defoldpng", 5 | "images": { 6 | "hero": "png-hero.jpg", 7 | "thumb": "defoldpng-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defold-png/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Defold-PNG", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/defold-png", 21 | "stars": 18, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defos.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Extra native OS functions.", 4 | "id": "defos", 5 | "images": { 6 | "hero": "defos-hero.jpg", 7 | "thumb": "defos-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defos/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "DefOS", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defos", 21 | "stars": 135, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defpfd.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "AsakuraMizu", 3 | "description": "Portable File Dialogs for Defold", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "defpfd-hero.png", 7 | "thumb": "defpfd-thumb.png" 8 | }, 9 | "library_url": "https://github.com/AsakuraMizu/defpfd/archive/master.zip", 10 | "license": "MIT", 11 | "name": "Defpfd", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "https://github.com/AsakuraMizu/defpfd", 18 | "stars": 9, 19 | "tags": [ 20 | "Input", 21 | "System" 22 | ], 23 | "timestamp": 1658219139.0, 24 | "website_url": "" 25 | } -------------------------------------------------------------------------------- /assets/defpro.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Interact with the profiler using Lua", 4 | "id": "defpro", 5 | "images": { 6 | "hero": "defpro-hero.jpg", 7 | "thumb": "defpro-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defpro/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "DefPro", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/defpro", 21 | "stars": 26, 22 | "tags": [ 23 | "System", 24 | "Tools" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/defsave.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "A module to help you save / load config and player data between session.", 4 | "id": "defsave", 5 | "images": { 6 | "hero": "defsave-hero.jpg", 7 | "thumb": "defsave-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defsave/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "DefSave", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defsave", 21 | "stars": 85, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defstring.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "A module with a set of extra string functions.", 4 | "id": "defstring", 5 | "images": { 6 | "hero": "defstring-hero.jpg", 7 | "thumb": "defstring-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defstring/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Def String", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defstring", 21 | "stars": 5, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/deftable.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Robert Gardner", 3 | "description": "A whole bunch of useful table manipulation functions", 4 | "id": "deftable", 5 | "images": { 6 | "hero": "deftable-hero.jpg", 7 | "thumb": "deftable-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/shriekbob/deftable/archive/master.zip", 10 | "license": "Unlicense", 11 | "name": "DefTable", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/shriekbob/deftable", 21 | "stars": 11, 22 | "tags": [ 23 | "Util" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/deftest.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Run unit tests using the Telescope unit testing framework.", 4 | "id": "deftest", 5 | "images": { 6 | "hero": "deftest-hero.jpg", 7 | "thumb": "deftest-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/deftest/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "DefTest", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/deftest", 21 | "stars": 45, 22 | "tags": [ 23 | "Tools" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defunico.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Yuichiro Kumagai", 3 | "description": "DefUniCo is a coroutine library", 4 | "id": "defunico", 5 | "images": { 6 | "hero": "defunico-hero.png", 7 | "thumb": "defunico-thumb.png" 8 | }, 9 | "library_url": "https://github.com/u16kuma/defunico/archive/1.0.zip", 10 | "license": "MIT License", 11 | "name": "DefUniCo", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/u16kuma/defunico", 21 | "stars": 11, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/defvideoads.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Alexey Gulev", 3 | "description": "Show UnityAds.", 4 | "id": "defvideoads", 5 | "images": { 6 | "hero": "defvideoads-hero.png", 7 | "thumb": "defvideoads-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/AGulev/DefVideoAds/archive/master.zip", 10 | "license": "Apache License 2.0", 11 | "name": "Def Video Ads", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/AGulev/DefVideoAds", 17 | "stars": 40, 18 | "tags": [ 19 | "Ads", 20 | "Monetization" 21 | ], 22 | "timestamp": 1567163518.0, 23 | "website_url": "" 24 | } -------------------------------------------------------------------------------- /assets/defvungle.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "SkaterDad", 3 | "description": "Vungle interstitial and rewarded video ads support for Android & Amazon.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "defvungle-hero.jpg", 7 | "thumb": "defvungle-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/SkaterDad/defold-vungle/archive/1.0.0.zip", 10 | "license": "Apache 2.0", 11 | "name": "Def Vungle", 12 | "platforms": [ 13 | "Android" 14 | ], 15 | "project_url": "https://github.com/SkaterDad/defold-vungle", 16 | "stars": 2, 17 | "tags": [ 18 | "Ads", 19 | "Monetization" 20 | ], 21 | "timestamp": 1603270938.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/defwindow.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Extra functionality for the Window API.", 4 | "id": "defwindow", 5 | "images": { 6 | "hero": "defwindow-hero.jpg", 7 | "thumb": "defwindow-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/defwindow/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "DefWindow", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/defwindow", 21 | "stars": 3, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/dirtylarry.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Sven Andersson", 3 | "description": "A quick and dirty GUI library.", 4 | "id": "dirtylarry", 5 | "images": { 6 | "hero": "dirtylarry-hero.jpg", 7 | "thumb": "dirtylarry-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/andsve/dirtylarry/archive/master.zip", 10 | "license": "C0 1.0 Universal", 11 | "name": "Dirty Larry", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/andsve/dirtylarry", 21 | "stars": 74, 22 | "tags": [ 23 | "GUI", 24 | "Input" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/discordrich.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Rich Presence for games on Discord.", 4 | "id": "discordrich", 5 | "images": { 6 | "hero": "discordrich-hero.png", 7 | "thumb": "discordrich-thumb.png" 8 | }, 9 | "library_url": "https://github.com/subsoap/discordrich/archive/v1.0.4.zip", 10 | "license": "MIT License", 11 | "name": "DiscordRich", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "https://github.com/subsoap/discordrich", 18 | "stars": 14, 19 | "tags": [ 20 | "System", 21 | "Social", 22 | "Platform" 23 | ], 24 | "timestamp": 1567163518.0, 25 | "website_url": "" 26 | } -------------------------------------------------------------------------------- /assets/drawpixels.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Alexey Gulev", 3 | "description": "Drawing pixels and simple geometry into texture buffer.", 4 | "id": "drawpixels", 5 | "images": { 6 | "hero": "drawpixels-hero.jpg", 7 | "thumb": "drawpixels-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/AGulev/drawpixels/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Draw Pixels", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/AGulev/drawpixels", 21 | "stars": 84, 22 | "tags": [ 23 | "Rendering" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/err.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Error logging helper.", 4 | "id": "err", 5 | "images": { 6 | "hero": "err-hero.jpg", 7 | "thumb": "err-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/err/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Err", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/err", 21 | "stars": 4, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/feat.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Achievement and stat tracking for use with DefSave and DefSteam", 4 | "id": "feat", 5 | "images": { 6 | "hero": "feat-hero.jpg", 7 | "thumb": "feat-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/feat/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Feat", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "https://github.com/subsoap/feat", 18 | "stars": 3, 19 | "tags": [ 20 | "Achievements" 21 | ], 22 | "timestamp": 1567163518.0, 23 | "website_url": "" 24 | } -------------------------------------------------------------------------------- /assets/fontscale.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Myopic Design", 3 | "description": "Get the user's preferred font scaling factor.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "FontScale-hero.jpg", 7 | "thumb": "FontScale-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/myopic-design/defold-fontscale/archive/refs/heads/main.zip", 10 | "license": "MIT", 11 | "name": "FontScale", 12 | "platforms": [ 13 | "android", 14 | "ios" 15 | ], 16 | "project_url": "https://github.com/myopic-design/defold-fontscale", 17 | "stars": 8, 18 | "tags": [ 19 | "fonts", 20 | "gui", 21 | "system" 22 | ], 23 | "timestamp": 1694077730.0, 24 | "website_url": "" 25 | } -------------------------------------------------------------------------------- /assets/gog-galaxy.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Marius Petcu", 3 | "description": "Extension that implements achievements using GOG Galaxy SDK.", 4 | "id": "gog-galaxy", 5 | "images": { 6 | "hero": "gog-galaxy-hero.jpg", 7 | "thumb": "gog-galaxy-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/dapetcu21/defold-gog-galaxy/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "GoG Galaxy", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "https://github.com/dapetcu21/defold-gog-galaxy", 18 | "stars": 7, 19 | "tags": [ 20 | "Achievements", 21 | "Platform" 22 | ], 23 | "timestamp": 1591136254.0, 24 | "website_url": "" 25 | } -------------------------------------------------------------------------------- /assets/gooey.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Gooey is a GUI system with buttons, checkbox, radio button, text input and list support.", 4 | "id": "gooey", 5 | "images": { 6 | "hero": "gooey-hero.jpg", 7 | "thumb": "gooey-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/gooey/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Gooey", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/gooey", 21 | "stars": 153, 22 | "tags": [ 23 | "GUI" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/gyro.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Read gyroscope data", 4 | "id": "gyro", 5 | "images": { 6 | "hero": "gyro-hero.jpg", 7 | "thumb": "gyro-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defold-gyro/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Gyro", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/britzl/defold-gyro", 17 | "stars": 9, 18 | "tags": [ 19 | "Input" 20 | ], 21 | "timestamp": 1567163518.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/haxesupport.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Dan Korostelev", 3 | "description": "This library allows writing beautiful Haxe code for the Defold game engine \\o/", 4 | "id": "haxesupport", 5 | "images": { 6 | "hero": "haxesupport-hero.png", 7 | "thumb": "haxesupport-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT License", 11 | "name": "Haxe Support", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/hxdefold/hxdefold", 21 | "stars": 216, 22 | "tags": [ 23 | "Tools" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/i18n-defold.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Chung Xa", 3 | "description": "i18n for Defold", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "i18n-defold-hero.jpg", 7 | "thumb": "i18n-defold-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/baochungit/i18n-defold/archive/master.zip", 10 | "license": "MIT", 11 | "name": "i18n", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/baochungit/i18n-defold", 21 | "stars": 5, 22 | "tags": [ 23 | "gui", 24 | "util" 25 | ], 26 | "timestamp": 1706082227.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/images/2dcollisions-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/2dcollisions-hero.jpg -------------------------------------------------------------------------------- /assets/images/2dcollisions-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/2dcollisions-thumb.jpg -------------------------------------------------------------------------------- /assets/images/3DGlass_hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/3DGlass_hero.jpg -------------------------------------------------------------------------------- /assets/images/3DGlass_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/3DGlass_thumb.jpg -------------------------------------------------------------------------------- /assets/images/3deforms-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/3deforms-hero.jpg -------------------------------------------------------------------------------- /assets/images/3deforms-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/3deforms-thumb.jpg -------------------------------------------------------------------------------- /assets/images/FontScale-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/FontScale-hero.jpg -------------------------------------------------------------------------------- /assets/images/FontScale-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/FontScale-thumb.jpg -------------------------------------------------------------------------------- /assets/images/__defoldtypescript.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/__defoldtypescript.jpg -------------------------------------------------------------------------------- /assets/images/__freesoundtracks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/__freesoundtracks.jpg -------------------------------------------------------------------------------- /assets/images/__platformerkit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/__platformerkit.jpg -------------------------------------------------------------------------------- /assets/images/__shadertoy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/__shadertoy.jpg -------------------------------------------------------------------------------- /assets/images/acidrain-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/acidrain-hero.jpg -------------------------------------------------------------------------------- /assets/images/acidrain-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/acidrain-thumb.jpg -------------------------------------------------------------------------------- /assets/images/adinfo-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adinfo-hero.jpg -------------------------------------------------------------------------------- /assets/images/adinfo-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adinfo-thumb.jpg -------------------------------------------------------------------------------- /assets/images/adjustsdk-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adjustsdk-hero.jpg -------------------------------------------------------------------------------- /assets/images/adjustsdk-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adjustsdk-thumb.png -------------------------------------------------------------------------------- /assets/images/admob-defold-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/admob-defold-hero.jpg -------------------------------------------------------------------------------- /assets/images/admob-defold-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/admob-defold-thumb.jpg -------------------------------------------------------------------------------- /assets/images/admob-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/admob-hero.jpg -------------------------------------------------------------------------------- /assets/images/admob-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/admob-thumb.png -------------------------------------------------------------------------------- /assets/images/adpf-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adpf-hero.jpg -------------------------------------------------------------------------------- /assets/images/adpf-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adpf-thumb.jpg -------------------------------------------------------------------------------- /assets/images/adswrapper-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adswrapper-hero.jpg -------------------------------------------------------------------------------- /assets/images/adswrapper-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/adswrapper-thumb.png -------------------------------------------------------------------------------- /assets/images/alienworld-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/alienworld-hero.jpg -------------------------------------------------------------------------------- /assets/images/alienworld-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/alienworld-thumb.jpg -------------------------------------------------------------------------------- /assets/images/apathfinding-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apathfinding-hero.jpg -------------------------------------------------------------------------------- /assets/images/apathfinding-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apathfinding-thumb.jpg -------------------------------------------------------------------------------- /assets/images/apkverifier-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apkverifier-hero.jpg -------------------------------------------------------------------------------- /assets/images/apkverifier-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apkverifier-thumb.jpg -------------------------------------------------------------------------------- /assets/images/apkx-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apkx-hero.jpg -------------------------------------------------------------------------------- /assets/images/apkx-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/apkx-thumb.jpg -------------------------------------------------------------------------------- /assets/images/applovin-max-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/applovin-max-hero.jpg -------------------------------------------------------------------------------- /assets/images/applovin-max-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/applovin-max-thumb.jpg -------------------------------------------------------------------------------- /assets/images/asefold-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/asefold-hero.png -------------------------------------------------------------------------------- /assets/images/asefold-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/asefold-thumb.png -------------------------------------------------------------------------------- /assets/images/batterystatus-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/batterystatus-hero.jpg -------------------------------------------------------------------------------- /assets/images/batterystatus-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/batterystatus-thumb.jpg -------------------------------------------------------------------------------- /assets/images/bit46-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/bit46-hero.jpg -------------------------------------------------------------------------------- /assets/images/bit46-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/bit46-thumb.jpg -------------------------------------------------------------------------------- /assets/images/blip-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/blip-hero.png -------------------------------------------------------------------------------- /assets/images/blip-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/blip-thumb.jpg -------------------------------------------------------------------------------- /assets/images/blurshader-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/blurshader-hero.jpg -------------------------------------------------------------------------------- /assets/images/blurshader-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/blurshader-thumb.jpg -------------------------------------------------------------------------------- /assets/images/cafebazaar-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cafebazaar-hero.jpg -------------------------------------------------------------------------------- /assets/images/cafebazaar-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cafebazaar-thumb.jpg -------------------------------------------------------------------------------- /assets/images/camera-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/camera-hero.jpg -------------------------------------------------------------------------------- /assets/images/camera-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/camera-thumb.jpg -------------------------------------------------------------------------------- /assets/images/cards-fx-kit-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cards-fx-kit-hero.jpg -------------------------------------------------------------------------------- /assets/images/cards-fx-kit-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cards-fx-kit-thumb.jpg -------------------------------------------------------------------------------- /assets/images/cas.ai-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cas.ai-hero.jpg -------------------------------------------------------------------------------- /assets/images/cas.ai-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cas.ai-thumb.jpg -------------------------------------------------------------------------------- /assets/images/chipsounds-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/chipsounds-hero.jpg -------------------------------------------------------------------------------- /assets/images/chipsounds-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/chipsounds-thumb.jpg -------------------------------------------------------------------------------- /assets/images/chrono-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/chrono-hero.jpg -------------------------------------------------------------------------------- /assets/images/chrono-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/chrono-thumb.jpg -------------------------------------------------------------------------------- /assets/images/cjson-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cjson-hero.jpg -------------------------------------------------------------------------------- /assets/images/cjson-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/cjson-thumb.jpg -------------------------------------------------------------------------------- /assets/images/clean-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/clean-hero.png -------------------------------------------------------------------------------- /assets/images/clean-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/clean-thumb.png -------------------------------------------------------------------------------- /assets/images/clipboard-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/clipboard-hero.jpg -------------------------------------------------------------------------------- /assets/images/clipboard-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/clipboard-thumb.jpg -------------------------------------------------------------------------------- /assets/images/colorlib-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colorlib-hero.jpg -------------------------------------------------------------------------------- /assets/images/colorlib-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colorlib-thumb.jpg -------------------------------------------------------------------------------- /assets/images/colorpicker-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colorpicker-hero.jpg -------------------------------------------------------------------------------- /assets/images/colorpicker-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colorpicker-thumb.jpg -------------------------------------------------------------------------------- /assets/images/colyseus-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colyseus-hero.jpg -------------------------------------------------------------------------------- /assets/images/colyseus-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/colyseus-thumb.jpg -------------------------------------------------------------------------------- /assets/images/compat53-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/compat53-hero.jpg -------------------------------------------------------------------------------- /assets/images/compat53-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/compat53-thumb.jpg -------------------------------------------------------------------------------- /assets/images/coolmathgames-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/coolmathgames-hero.jpg -------------------------------------------------------------------------------- /assets/images/coolmathgames-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/coolmathgames-thumb.jpg -------------------------------------------------------------------------------- /assets/images/crazygames-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crazygames-hero.jpg -------------------------------------------------------------------------------- /assets/images/crazygames-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crazygames-thumb.jpg -------------------------------------------------------------------------------- /assets/images/crowd-runner-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crowd-runner-hero.png -------------------------------------------------------------------------------- /assets/images/crowd-runner-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crowd-runner-thumb.jpg -------------------------------------------------------------------------------- /assets/images/crypto-iap-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crypto-iap-hero.jpg -------------------------------------------------------------------------------- /assets/images/crypto-iap-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/crypto-iap-thumb.jpg -------------------------------------------------------------------------------- /assets/images/daabbcc-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/daabbcc-hero.jpg -------------------------------------------------------------------------------- /assets/images/daabbcc-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/daabbcc-thumb.jpg -------------------------------------------------------------------------------- /assets/images/dashdocsetfordefold-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dashdocsetfordefold-hero.jpg -------------------------------------------------------------------------------- /assets/images/dashdocsetfordefold-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dashdocsetfordefold-thumb.png -------------------------------------------------------------------------------- /assets/images/dear-imgui-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dear-imgui-hero.jpg -------------------------------------------------------------------------------- /assets/images/dear-imgui-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dear-imgui-thumb.jpg -------------------------------------------------------------------------------- /assets/images/debeat-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/debeat-hero.jpg -------------------------------------------------------------------------------- /assets/images/debeat-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/debeat-thumb.jpg -------------------------------------------------------------------------------- /assets/images/decodeogg-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/decodeogg-hero.jpg -------------------------------------------------------------------------------- /assets/images/decodeogg-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/decodeogg-thumb.jpg -------------------------------------------------------------------------------- /assets/images/def-behavior-tree-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/def-behavior-tree-hero.jpg -------------------------------------------------------------------------------- /assets/images/def-behavior-tree-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/def-behavior-tree-thumb.jpg -------------------------------------------------------------------------------- /assets/images/def_usercentrics-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/def_usercentrics-hero.png -------------------------------------------------------------------------------- /assets/images/def_usercentrics-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/def_usercentrics-thumb.png -------------------------------------------------------------------------------- /assets/images/defarmy-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defarmy-hero.jpg -------------------------------------------------------------------------------- /assets/images/defarmy-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defarmy-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defblend-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defblend-hero.jpg -------------------------------------------------------------------------------- /assets/images/defblend-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defblend-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defbuild-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defbuild-hero.jpg -------------------------------------------------------------------------------- /assets/images/defbuild-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defbuild-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defcon-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defcon-hero.png -------------------------------------------------------------------------------- /assets/images/defcon-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defcon-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defdiags-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defdiags-hero.jpg -------------------------------------------------------------------------------- /assets/images/defdiags-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defdiags-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defglot-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defglot-hero.jpg -------------------------------------------------------------------------------- /assets/images/defglot-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defglot-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defgraph-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defgraph-hero.jpg -------------------------------------------------------------------------------- /assets/images/defgraph-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defgraph-thumb.jpg -------------------------------------------------------------------------------- /assets/images/define-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/define-hero.jpg -------------------------------------------------------------------------------- /assets/images/define-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/define-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defkit-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defkit-hero.jpg -------------------------------------------------------------------------------- /assets/images/defkit-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defkit-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defluid-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defluid-hero.jpg -------------------------------------------------------------------------------- /assets/images/defluid-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defluid-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defmath-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defmath-hero.jpg -------------------------------------------------------------------------------- /assets/images/defmath-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defmath-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defmnu-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defmnu-hero.jpg -------------------------------------------------------------------------------- /assets/images/defmnu-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defmnu-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-api-emmylua-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-api-emmylua-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-api-emmylua-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-api-emmylua-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-box2d-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-box2d-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-box2d-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-box2d-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-cairo-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-cairo-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-cairo-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-cairo-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-cognito-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-cognito-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-cognito-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-cognito-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-deployer-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-deployer-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-deployer-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-deployer-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-detour-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-detour-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-detour-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-detour-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-event-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-event-hero.png -------------------------------------------------------------------------------- /assets/images/defold-event-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-event-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-ink-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-ink-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-ink-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-ink-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-lang-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-lang-hero.png -------------------------------------------------------------------------------- /assets/images/defold-lang-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-lang-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-log-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-log-hero.png -------------------------------------------------------------------------------- /assets/images/defold-log-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-log-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-mobilehtml5-typing-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-mobilehtml5-typing-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-mobilehtml5-typing-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-mobilehtml5-typing-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-neovim-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-neovim-hero.png -------------------------------------------------------------------------------- /assets/images/defold-neovim-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-neovim-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-nuklear-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-nuklear-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-nuklear-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-nuklear-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-oop-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-oop-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-oop-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-oop-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defold-parser-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-parser-hero.png -------------------------------------------------------------------------------- /assets/images/defold-parser-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-parser-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-persist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-persist.jpg -------------------------------------------------------------------------------- /assets/images/defold-proto-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-proto-hero.png -------------------------------------------------------------------------------- /assets/images/defold-proto-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-proto-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-rendy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-rendy.jpg -------------------------------------------------------------------------------- /assets/images/defold-saver-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-saver-hero.png -------------------------------------------------------------------------------- /assets/images/defold-saver-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-saver-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-timer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-timer.jpg -------------------------------------------------------------------------------- /assets/images/defold-tweener-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-tweener-hero.png -------------------------------------------------------------------------------- /assets/images/defold-tweener-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-tweener-thumb.png -------------------------------------------------------------------------------- /assets/images/defold-typewriter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-typewriter.jpg -------------------------------------------------------------------------------- /assets/images/defold-wrap-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-wrap-hero.jpg -------------------------------------------------------------------------------- /assets/images/defold-wrap-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defold-wrap-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldandroidpermissions-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldandroidpermissions-hero.jpg -------------------------------------------------------------------------------- /assets/images/defoldandroidpermissions-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldandroidpermissions-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldapiforsublimetext3-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldapiforsublimetext3-hero.png -------------------------------------------------------------------------------- /assets/images/defoldapiforsublimetext3-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldapiforsublimetext3-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldapiforvisualstudiocode-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldapiforvisualstudiocode-hero.jpg -------------------------------------------------------------------------------- /assets/images/defoldapiforvisualstudiocode-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldapiforvisualstudiocode-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldcolors-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldcolors-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldgridengine-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldgridengine-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldinput-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldinput-hero.jpg -------------------------------------------------------------------------------- /assets/images/defoldinput-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldinput-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldpng-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldpng-hero.png -------------------------------------------------------------------------------- /assets/images/defoldpng-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldpng-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldpolygoneditor-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldpolygoneditor-hero.jpg -------------------------------------------------------------------------------- /assets/images/defoldpolygoneditor-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldpolygoneditor-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defoldtilemapanimator-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defoldtilemapanimator-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defork-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defork-hero.jpg -------------------------------------------------------------------------------- /assets/images/defork-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defork-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defos-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defos-hero.jpg -------------------------------------------------------------------------------- /assets/images/defos-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defos-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defpfd-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defpfd-hero.png -------------------------------------------------------------------------------- /assets/images/defpfd-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defpfd-thumb.png -------------------------------------------------------------------------------- /assets/images/defpro-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defpro-hero.jpg -------------------------------------------------------------------------------- /assets/images/defpro-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defpro-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defquest-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defquest-hero.jpg -------------------------------------------------------------------------------- /assets/images/defquest-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defquest-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defreview-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defreview-hero.jpg -------------------------------------------------------------------------------- /assets/images/defreview-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defreview-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defsave-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defsave-hero.jpg -------------------------------------------------------------------------------- /assets/images/defsave-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defsave-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defstring-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defstring-hero.jpg -------------------------------------------------------------------------------- /assets/images/defstring-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defstring-thumb.jpg -------------------------------------------------------------------------------- /assets/images/deftable-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftable-hero.jpg -------------------------------------------------------------------------------- /assets/images/deftable-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftable-thumb.jpg -------------------------------------------------------------------------------- /assets/images/deftest-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftest-hero.jpg -------------------------------------------------------------------------------- /assets/images/deftest-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftest-thumb.jpg -------------------------------------------------------------------------------- /assets/images/deftimeline-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftimeline-hero.jpg -------------------------------------------------------------------------------- /assets/images/deftimeline-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/deftimeline-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defunico-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defunico-hero.png -------------------------------------------------------------------------------- /assets/images/defunico-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defunico-thumb.png -------------------------------------------------------------------------------- /assets/images/defvideoads-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defvideoads-hero.png -------------------------------------------------------------------------------- /assets/images/defvideoads-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defvideoads-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defvungle-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defvungle-hero.jpg -------------------------------------------------------------------------------- /assets/images/defvungle-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defvungle-thumb.jpg -------------------------------------------------------------------------------- /assets/images/defwindow-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defwindow-hero.jpg -------------------------------------------------------------------------------- /assets/images/defwindow-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/defwindow-thumb.jpg -------------------------------------------------------------------------------- /assets/images/derez-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/derez-hero.jpg -------------------------------------------------------------------------------- /assets/images/derez-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/derez-thumb.jpg -------------------------------------------------------------------------------- /assets/images/dicebag-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dicebag-hero.jpg -------------------------------------------------------------------------------- /assets/images/dicebag-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dicebag-thumb.jpg -------------------------------------------------------------------------------- /assets/images/directories-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/directories-hero.jpg -------------------------------------------------------------------------------- /assets/images/dirtylarry-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dirtylarry-hero.jpg -------------------------------------------------------------------------------- /assets/images/dirtylarry-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dirtylarry-thumb.jpg -------------------------------------------------------------------------------- /assets/images/discordrich-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/discordrich-hero.png -------------------------------------------------------------------------------- /assets/images/discordrich-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/discordrich-thumb.png -------------------------------------------------------------------------------- /assets/images/drawpixels-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/drawpixels-hero.jpg -------------------------------------------------------------------------------- /assets/images/drawpixels-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/drawpixels-thumb.jpg -------------------------------------------------------------------------------- /assets/images/dsfonts-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dsfonts-hero.jpg -------------------------------------------------------------------------------- /assets/images/dsfonts-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/dsfonts-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-align-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-align-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-align-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-align-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-atlas-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-atlas-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-atlas-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-atlas-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-check-dependencies-versions-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-check-dependencies-versions-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-check-dependencies-versions-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-check-dependencies-versions-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-cleanup-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-cleanup-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-cleanup-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-cleanup-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-components-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-components-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-components-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-components-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-distribute-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-distribute-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-distribute-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-distribute-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-extra-locations-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-extra-locations-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-extra-locations-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-extra-locations-thumb.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-templates-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-templates-hero.jpg -------------------------------------------------------------------------------- /assets/images/editor-script-templates-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/editor-script-templates-thumb.jpg -------------------------------------------------------------------------------- /assets/images/emthree-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/emthree-hero.jpg -------------------------------------------------------------------------------- /assets/images/emthree-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/emthree-thumb.jpg -------------------------------------------------------------------------------- /assets/images/endlessrunner-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/endlessrunner-hero.jpg -------------------------------------------------------------------------------- /assets/images/endlessrunner-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/endlessrunner-thumb.jpg -------------------------------------------------------------------------------- /assets/images/err-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/err-hero.jpg -------------------------------------------------------------------------------- /assets/images/err-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/err-thumb.jpg -------------------------------------------------------------------------------- /assets/images/extensiondirectories-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/extensiondirectories-thumb.png -------------------------------------------------------------------------------- /assets/images/facebook-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/facebook-hero.jpg -------------------------------------------------------------------------------- /assets/images/facebook-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/facebook-thumb.jpg -------------------------------------------------------------------------------- /assets/images/facebookads-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/facebookads-hero.jpg -------------------------------------------------------------------------------- /assets/images/facebookads-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/facebookads-thumb.jpg -------------------------------------------------------------------------------- /assets/images/facebookinstantgames-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/facebookinstantgames-thumb.jpg -------------------------------------------------------------------------------- /assets/images/fastnoise-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fastnoise-hero.jpg -------------------------------------------------------------------------------- /assets/images/fastnoise-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fastnoise-thumb.jpg -------------------------------------------------------------------------------- /assets/images/fbinstant-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fbinstant-hero.jpg -------------------------------------------------------------------------------- /assets/images/feat-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/feat-hero.jpg -------------------------------------------------------------------------------- /assets/images/feat-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/feat-thumb.jpg -------------------------------------------------------------------------------- /assets/images/fire-glow-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fire-glow-hero.jpg -------------------------------------------------------------------------------- /assets/images/fire-glow-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fire-glow-thumb.jpg -------------------------------------------------------------------------------- /assets/images/firebase-analytics-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/firebase-analytics-hero.jpg -------------------------------------------------------------------------------- /assets/images/firebase-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/firebase-hero.jpg -------------------------------------------------------------------------------- /assets/images/firebase-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/firebase-thumb.jpg -------------------------------------------------------------------------------- /assets/images/firebase_hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/firebase_hero.jpg -------------------------------------------------------------------------------- /assets/images/fmod-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fmod-hero.jpg -------------------------------------------------------------------------------- /assets/images/fmod-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fmod-thumb.jpg -------------------------------------------------------------------------------- /assets/images/fontgen-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fontgen-hero.png -------------------------------------------------------------------------------- /assets/images/fontgen-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/fontgen-thumb.png -------------------------------------------------------------------------------- /assets/images/gameanalytics-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gameanalytics-hero.jpg -------------------------------------------------------------------------------- /assets/images/gameanalytics-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gameanalytics-thumb.png -------------------------------------------------------------------------------- /assets/images/gamedistribution-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gamedistribution-hero.jpg -------------------------------------------------------------------------------- /assets/images/gamedistribution-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gamedistribution-thumb.jpg -------------------------------------------------------------------------------- /assets/images/gamekit-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gamekit-hero.jpg -------------------------------------------------------------------------------- /assets/images/gamkit-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gamkit-thumb.jpg -------------------------------------------------------------------------------- /assets/images/geneticalneuralnetwork-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/geneticalneuralnetwork-hero.jpg -------------------------------------------------------------------------------- /assets/images/geneticalneuralnetwork-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/geneticalneuralnetwork-thumb.jpg -------------------------------------------------------------------------------- /assets/images/gog-galaxy-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gog-galaxy-hero.jpg -------------------------------------------------------------------------------- /assets/images/gog-galaxy-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gog-galaxy-thumb.jpg -------------------------------------------------------------------------------- /assets/images/gooey-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gooey-hero.jpg -------------------------------------------------------------------------------- /assets/images/gooey-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gooey-thumb.jpg -------------------------------------------------------------------------------- /assets/images/googleanalytics-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/googleanalytics-hero.png -------------------------------------------------------------------------------- /assets/images/googleanalytics-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/googleanalytics-thumb.jpg -------------------------------------------------------------------------------- /assets/images/googleanalyticsforfirebase-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/googleanalyticsforfirebase-hero.jpg -------------------------------------------------------------------------------- /assets/images/googleanalyticsforfirebase-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/googleanalyticsforfirebase-thumb.jpg -------------------------------------------------------------------------------- /assets/images/googleplaygameservices-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/googleplaygameservices-thumb.jpg -------------------------------------------------------------------------------- /assets/images/gpgs-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gpgs-hero.jpg -------------------------------------------------------------------------------- /assets/images/gpi-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gpi-hero.jpg -------------------------------------------------------------------------------- /assets/images/gpi-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gpi-thumb.jpg -------------------------------------------------------------------------------- /assets/images/gyro-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gyro-hero.jpg -------------------------------------------------------------------------------- /assets/images/gyro-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/gyro-thumb.jpg -------------------------------------------------------------------------------- /assets/images/haxesupport-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/haxesupport-hero.png -------------------------------------------------------------------------------- /assets/images/haxesupport-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/haxesupport-thumb.jpg -------------------------------------------------------------------------------- /assets/images/horrifold-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/horrifold-hero.jpg -------------------------------------------------------------------------------- /assets/images/horrifold-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/horrifold-thumb.jpg -------------------------------------------------------------------------------- /assets/images/hypertrails-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/hypertrails-hero.jpg -------------------------------------------------------------------------------- /assets/images/hypertrails-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/hypertrails-thumb.jpg -------------------------------------------------------------------------------- /assets/images/i18n-defold-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/i18n-defold-hero.jpg -------------------------------------------------------------------------------- /assets/images/i18n-defold-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/i18n-defold-thumb.jpg -------------------------------------------------------------------------------- /assets/images/iac-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/iac-hero.jpg -------------------------------------------------------------------------------- /assets/images/iac-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/iac-thumb.jpg -------------------------------------------------------------------------------- /assets/images/iap-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/iap-hero.jpg -------------------------------------------------------------------------------- /assets/images/iap-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/iap-thumb.jpg -------------------------------------------------------------------------------- /assets/images/illumination-hero.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/illumination-hero.jpeg -------------------------------------------------------------------------------- /assets/images/illumination-thumb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/illumination-thumb.jpeg -------------------------------------------------------------------------------- /assets/images/imageloader-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/imageloader-hero.jpg -------------------------------------------------------------------------------- /assets/images/imageloader-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/imageloader-thumb.png -------------------------------------------------------------------------------- /assets/images/immutable-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/immutable-hero.jpg -------------------------------------------------------------------------------- /assets/images/immutable-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/immutable-thumb.jpg -------------------------------------------------------------------------------- /assets/images/imp-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/imp-hero.jpg -------------------------------------------------------------------------------- /assets/images/imp-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/imp-thumb.jpg -------------------------------------------------------------------------------- /assets/images/index-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/index-hero.jpg -------------------------------------------------------------------------------- /assets/images/index-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/index-thumb.jpg -------------------------------------------------------------------------------- /assets/images/ironsource-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ironsource-hero.jpg -------------------------------------------------------------------------------- /assets/images/ironsource-official-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ironsource-official-hero.jpg -------------------------------------------------------------------------------- /assets/images/ironsource-official-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ironsource-official-thumb.jpg -------------------------------------------------------------------------------- /assets/images/ironsource-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ironsource-thumb.jpg -------------------------------------------------------------------------------- /assets/images/kenney-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/kenney-hero.jpg -------------------------------------------------------------------------------- /assets/images/kenney-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/kenney-thumb.jpg -------------------------------------------------------------------------------- /assets/images/kinematicwalker-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/kinematicwalker-hero.jpg -------------------------------------------------------------------------------- /assets/images/kinematicwalker-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/kinematicwalker-thumb.jpg -------------------------------------------------------------------------------- /assets/images/library-defold-checkpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/library-defold-checkpoint.png -------------------------------------------------------------------------------- /assets/images/lightandshadows-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lightandshadows-hero.jpg -------------------------------------------------------------------------------- /assets/images/lightandshadows-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lightandshadows-thumb.jpg -------------------------------------------------------------------------------- /assets/images/log-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/log-hero.jpg -------------------------------------------------------------------------------- /assets/images/log-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/log-thumb.jpg -------------------------------------------------------------------------------- /assets/images/lowrezjam_hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lowrezjam_hero.jpg -------------------------------------------------------------------------------- /assets/images/lowrezjamtemplate-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lowrezjamtemplate-thumb.jpg -------------------------------------------------------------------------------- /assets/images/lpeg-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lpeg-hero.jpg -------------------------------------------------------------------------------- /assets/images/lpeg-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lpeg-thumb.jpg -------------------------------------------------------------------------------- /assets/images/lua-language-server-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lua-language-server-hero.jpg -------------------------------------------------------------------------------- /assets/images/lua-language-server-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lua-language-server-thumb.jpg -------------------------------------------------------------------------------- /assets/images/luafilesystemlfs-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luafilesystemlfs-hero.jpg -------------------------------------------------------------------------------- /assets/images/luafilesystemlfs-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luafilesystemlfs-thumb.jpg -------------------------------------------------------------------------------- /assets/images/lualocade-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lualocade-hero.png -------------------------------------------------------------------------------- /assets/images/lualocade-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/lualocade-thumb.png -------------------------------------------------------------------------------- /assets/images/luascriptinstance-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luascriptinstance-hero.jpg -------------------------------------------------------------------------------- /assets/images/luascriptinstance-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luascriptinstance-thumb.jpg -------------------------------------------------------------------------------- /assets/images/luasocket-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luasocket-hero.jpg -------------------------------------------------------------------------------- /assets/images/luasocket-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/luasocket-thumb.jpg -------------------------------------------------------------------------------- /assets/images/m-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/m-hero.jpg -------------------------------------------------------------------------------- /assets/images/m-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/m-thumb.jpg -------------------------------------------------------------------------------- /assets/images/magiclinker-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/magiclinker-hero.jpg -------------------------------------------------------------------------------- /assets/images/magiclinker-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/magiclinker-thumb.jpg -------------------------------------------------------------------------------- /assets/images/matchanovel-hero.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/matchanovel-hero.jpeg -------------------------------------------------------------------------------- /assets/images/matchanovel-thumb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/matchanovel-thumb.jpeg -------------------------------------------------------------------------------- /assets/images/md5-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/md5-hero.jpg -------------------------------------------------------------------------------- /assets/images/md5-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/md5-thumb.jpg -------------------------------------------------------------------------------- /assets/images/mirastate-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/mirastate-hero.jpg -------------------------------------------------------------------------------- /assets/images/mirastate-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/mirastate-thumb.jpg -------------------------------------------------------------------------------- /assets/images/modplayer-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/modplayer-hero.jpg -------------------------------------------------------------------------------- /assets/images/modplayer-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/modplayer-thumb.jpg -------------------------------------------------------------------------------- /assets/images/moku-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/moku-hero.png -------------------------------------------------------------------------------- /assets/images/moku-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/moku-thumb.jpg -------------------------------------------------------------------------------- /assets/images/monarch-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/monarch-hero.jpg -------------------------------------------------------------------------------- /assets/images/monarch-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/monarch-thumb.jpg -------------------------------------------------------------------------------- /assets/images/nakama-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/nakama-hero.jpg -------------------------------------------------------------------------------- /assets/images/nakama-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/nakama-thumb.jpg -------------------------------------------------------------------------------- /assets/images/narrator-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/narrator-hero.jpg -------------------------------------------------------------------------------- /assets/images/narrator-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/narrator-thumb.jpg -------------------------------------------------------------------------------- /assets/images/nativetext-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/nativetext-hero.jpg -------------------------------------------------------------------------------- /assets/images/nativetext-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/nativetext-thumb.png -------------------------------------------------------------------------------- /assets/images/navgo-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/navgo-hero.jpg -------------------------------------------------------------------------------- /assets/images/navgo-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/navgo-thumb.jpg -------------------------------------------------------------------------------- /assets/images/openal-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/openal-hero.jpg -------------------------------------------------------------------------------- /assets/images/openal-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/openal-thumb.png -------------------------------------------------------------------------------- /assets/images/operator-hero.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/operator-hero.jpeg -------------------------------------------------------------------------------- /assets/images/operator-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/operator-thumb.jpg -------------------------------------------------------------------------------- /assets/images/ortho-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ortho-hero.jpg -------------------------------------------------------------------------------- /assets/images/orthographic-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/orthographic-thumb.jpg -------------------------------------------------------------------------------- /assets/images/outline-shader-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/outline-shader-hero.jpg -------------------------------------------------------------------------------- /assets/images/outline-shader-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/outline-shader-thumb.jpg -------------------------------------------------------------------------------- /assets/images/pack-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pack-hero.jpg -------------------------------------------------------------------------------- /assets/images/pack-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pack-thumb.jpg -------------------------------------------------------------------------------- /assets/images/panthera-web-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/panthera-web-hero.png -------------------------------------------------------------------------------- /assets/images/panthera-web-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/panthera-web-thumb.jpg -------------------------------------------------------------------------------- /assets/images/panthera20-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/panthera20-hero.png -------------------------------------------------------------------------------- /assets/images/panthera20-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/panthera20-thumb.png -------------------------------------------------------------------------------- /assets/images/pcg-random-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pcg-random-hero.jpg -------------------------------------------------------------------------------- /assets/images/pcg-random-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pcg-random-thumb.png -------------------------------------------------------------------------------- /assets/images/pcgrandom-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pcgrandom-hero.jpg -------------------------------------------------------------------------------- /assets/images/pcgrandom-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pcgrandom-thumb.jpg -------------------------------------------------------------------------------- /assets/images/perspectiveparallax-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/perspectiveparallax-hero.jpg -------------------------------------------------------------------------------- /assets/images/perspectiveparallax-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/perspectiveparallax-thumb.jpg -------------------------------------------------------------------------------- /assets/images/photoshopguiexporter-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/photoshopguiexporter-hero.png -------------------------------------------------------------------------------- /assets/images/photoshopguiexporter-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/photoshopguiexporter-thumb.jpg -------------------------------------------------------------------------------- /assets/images/pigeon-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pigeon-hero.jpg -------------------------------------------------------------------------------- /assets/images/pigeon-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pigeon-thumb.jpg -------------------------------------------------------------------------------- /assets/images/platformertutorial-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/platformertutorial-hero.jpg -------------------------------------------------------------------------------- /assets/images/platformertutorial-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/platformertutorial-thumb.jpg -------------------------------------------------------------------------------- /assets/images/platypus-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/platypus-thumb.jpg -------------------------------------------------------------------------------- /assets/images/platypus_hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/platypus_hero.jpg -------------------------------------------------------------------------------- /assets/images/playfabsdk-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/playfabsdk-hero.png -------------------------------------------------------------------------------- /assets/images/playfabsdk-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/playfabsdk-thumb.jpg -------------------------------------------------------------------------------- /assets/images/playgama-bridge-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/playgama-bridge-hero.png -------------------------------------------------------------------------------- /assets/images/playgama-bridge-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/playgama-bridge-thumb.png -------------------------------------------------------------------------------- /assets/images/png-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/png-hero.jpg -------------------------------------------------------------------------------- /assets/images/pokisdk-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pokisdk-hero.jpg -------------------------------------------------------------------------------- /assets/images/pokisdk-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pokisdk-thumb.jpg -------------------------------------------------------------------------------- /assets/images/pp-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pp-hero.jpg -------------------------------------------------------------------------------- /assets/images/pp-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/pp-thumb.jpg -------------------------------------------------------------------------------- /assets/images/printer-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/printer-hero.jpg -------------------------------------------------------------------------------- /assets/images/printer-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/printer-thumb.jpg -------------------------------------------------------------------------------- /assets/images/prometheus-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/prometheus-hero.jpg -------------------------------------------------------------------------------- /assets/images/prometheus-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/prometheus-thumb.jpg -------------------------------------------------------------------------------- /assets/images/protobuf-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/protobuf-hero.jpg -------------------------------------------------------------------------------- /assets/images/protobuf-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/protobuf-thumb.jpg -------------------------------------------------------------------------------- /assets/images/push-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/push-hero.jpg -------------------------------------------------------------------------------- /assets/images/push-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/push-thumb.jpg -------------------------------------------------------------------------------- /assets/images/qrcode-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/qrcode-hero.jpg -------------------------------------------------------------------------------- /assets/images/qrcode-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/qrcode-thumb.jpg -------------------------------------------------------------------------------- /assets/images/quickbutton-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/quickbutton-hero.jpg -------------------------------------------------------------------------------- /assets/images/quickbutton-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/quickbutton-thumb.jpg -------------------------------------------------------------------------------- /assets/images/rand16-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rand16-hero.jpg -------------------------------------------------------------------------------- /assets/images/rand16-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rand16-thumb.jpg -------------------------------------------------------------------------------- /assets/images/resource-encryption-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/resource-encryption-hero.jpg -------------------------------------------------------------------------------- /assets/images/resource-encryption-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/resource-encryption-thumb.jpg -------------------------------------------------------------------------------- /assets/images/richtext-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/richtext-hero.jpg -------------------------------------------------------------------------------- /assets/images/richtext-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/richtext-thumb.jpg -------------------------------------------------------------------------------- /assets/images/rive-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rive-hero.jpg -------------------------------------------------------------------------------- /assets/images/rive-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rive-thumb.jpg -------------------------------------------------------------------------------- /assets/images/runtime-atlas-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/runtime-atlas-hero.jpg -------------------------------------------------------------------------------- /assets/images/runtime-atlas-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/runtime-atlas-thumb.jpg -------------------------------------------------------------------------------- /assets/images/rustore-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rustore-hero.jpg -------------------------------------------------------------------------------- /assets/images/rustore-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/rustore-thumb.jpg -------------------------------------------------------------------------------- /assets/images/safearea-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/safearea-hero.jpg -------------------------------------------------------------------------------- /assets/images/safearea-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/safearea-thumb.jpg -------------------------------------------------------------------------------- /assets/images/screenshot-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/screenshot-hero.png -------------------------------------------------------------------------------- /assets/images/screenshot-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/screenshot-thumb.jpg -------------------------------------------------------------------------------- /assets/images/sfmt-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sfmt-hero.jpg -------------------------------------------------------------------------------- /assets/images/sfmt-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sfmt-thumb.png -------------------------------------------------------------------------------- /assets/images/share-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/share-hero.jpg -------------------------------------------------------------------------------- /assets/images/share-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/share-thumb.jpg -------------------------------------------------------------------------------- /assets/images/sidescrollertutorialfromscratch-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sidescrollertutorialfromscratch-hero.jpg -------------------------------------------------------------------------------- /assets/images/sidescrollertutorialfromscratch-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sidescrollertutorialfromscratch-thumb.jpg -------------------------------------------------------------------------------- /assets/images/siwa-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/siwa-hero.jpg -------------------------------------------------------------------------------- /assets/images/siwa-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/siwa-thumb.jpg -------------------------------------------------------------------------------- /assets/images/slasherprototype-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/slasherprototype-hero.jpg -------------------------------------------------------------------------------- /assets/images/slasherprototype-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/slasherprototype-thumb.jpg -------------------------------------------------------------------------------- /assets/images/sparkleshader-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sparkleshader-hero.png -------------------------------------------------------------------------------- /assets/images/sparkleshader-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/sparkleshader-thumb.png -------------------------------------------------------------------------------- /assets/images/spritefusion-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/spritefusion-hero.jpg -------------------------------------------------------------------------------- /assets/images/spritefusion-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/spritefusion-thumb.jpg -------------------------------------------------------------------------------- /assets/images/squid-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/squid-hero.jpg -------------------------------------------------------------------------------- /assets/images/squid-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/squid-thumb.jpg -------------------------------------------------------------------------------- /assets/images/starly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/starly.jpg -------------------------------------------------------------------------------- /assets/images/steamworks-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/steamworks-hero.jpg -------------------------------------------------------------------------------- /assets/images/steamworks-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/steamworks-thumb.jpg -------------------------------------------------------------------------------- /assets/images/tactxstudios-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tactxstudios-hero.jpg -------------------------------------------------------------------------------- /assets/images/tactxstudios-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tactxstudios-thumb.jpg -------------------------------------------------------------------------------- /assets/images/tapticengine-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tapticengine-hero.jpg -------------------------------------------------------------------------------- /assets/images/tapticengine-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tapticengine-thumb.jpg -------------------------------------------------------------------------------- /assets/images/teal-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/teal-hero.jpg -------------------------------------------------------------------------------- /assets/images/teal-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/teal-thumb.jpg -------------------------------------------------------------------------------- /assets/images/tenjin-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tenjin-hero.jpg -------------------------------------------------------------------------------- /assets/images/tenjin-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tenjin-thumb.jpg -------------------------------------------------------------------------------- /assets/images/textadventuretemplate-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/textadventuretemplate-hero.jpg -------------------------------------------------------------------------------- /assets/images/textadventuretemplate-thumb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/textadventuretemplate-thumb.jpeg -------------------------------------------------------------------------------- /assets/images/texturepacker-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/texturepacker-hero.jpg -------------------------------------------------------------------------------- /assets/images/texturepacker-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/texturepacker-thumb.jpg -------------------------------------------------------------------------------- /assets/images/tiled-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tiled-hero.jpg -------------------------------------------------------------------------------- /assets/images/tiled-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tiled-thumb.png -------------------------------------------------------------------------------- /assets/images/tilesetter-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tilesetter-hero.jpg -------------------------------------------------------------------------------- /assets/images/tilesetter-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tilesetter-thumb.jpg -------------------------------------------------------------------------------- /assets/images/tinyecs-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tinyecs-hero.png -------------------------------------------------------------------------------- /assets/images/tinyecs-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/tinyecs-thumb.png -------------------------------------------------------------------------------- /assets/images/toon-shader-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/toon-shader-hero.png -------------------------------------------------------------------------------- /assets/images/toon-shader-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/toon-shader-thumb.png -------------------------------------------------------------------------------- /assets/images/trenchbroom-hero.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trenchbroom-hero.jpeg -------------------------------------------------------------------------------- /assets/images/trenchbroom-thumb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trenchbroom-thumb.jpeg -------------------------------------------------------------------------------- /assets/images/trickortreat-hero.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trickortreat-hero.jpeg -------------------------------------------------------------------------------- /assets/images/trickortreat-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trickortreat-thumb.png -------------------------------------------------------------------------------- /assets/images/trim-atlas-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trim-atlas-hero.jpg -------------------------------------------------------------------------------- /assets/images/trim-atlas-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/trim-atlas-thumb.jpg -------------------------------------------------------------------------------- /assets/images/truetilecollisions-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/truetilecollisions-hero.jpg -------------------------------------------------------------------------------- /assets/images/truetilecollisions-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/truetilecollisions-thumb.jpg -------------------------------------------------------------------------------- /assets/images/ts-defold-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ts-defold-hero.jpg -------------------------------------------------------------------------------- /assets/images/ts-defold-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ts-defold-thumb.jpg -------------------------------------------------------------------------------- /assets/images/ump-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ump-hero.jpg -------------------------------------------------------------------------------- /assets/images/ump-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/ump-thumb.jpg -------------------------------------------------------------------------------- /assets/images/uptime-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/uptime-hero.jpg -------------------------------------------------------------------------------- /assets/images/uptime-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/uptime-thumb.jpg -------------------------------------------------------------------------------- /assets/images/vibration-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vibration-hero.png -------------------------------------------------------------------------------- /assets/images/vibration-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vibration-thumb.png -------------------------------------------------------------------------------- /assets/images/videoplayernative-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/videoplayernative-hero.jpg -------------------------------------------------------------------------------- /assets/images/videoplayernative-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/videoplayernative-thumb.jpg -------------------------------------------------------------------------------- /assets/images/visual-novel-template-ink-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/visual-novel-template-ink-hero.jpg -------------------------------------------------------------------------------- /assets/images/visual-novel-template-ink-thumb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/visual-novel-template-ink-thumb.jpeg -------------------------------------------------------------------------------- /assets/images/vitahealthenergy-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vitahealthenergy-hero.jpg -------------------------------------------------------------------------------- /assets/images/vitahealthenergy-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vitahealthenergy-thumb.jpg -------------------------------------------------------------------------------- /assets/images/voronoi-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/voronoi-hero.jpg -------------------------------------------------------------------------------- /assets/images/voronoi-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/voronoi-thumb.jpg -------------------------------------------------------------------------------- /assets/images/vs-code-ide-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vs-code-ide-hero.jpg -------------------------------------------------------------------------------- /assets/images/vs-code-ide-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/vs-code-ide-thumb.jpg -------------------------------------------------------------------------------- /assets/images/warbattlesassetpack-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/warbattlesassetpack-hero.jpg -------------------------------------------------------------------------------- /assets/images/warbattlesassetpack-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/warbattlesassetpack-thumb.jpg -------------------------------------------------------------------------------- /assets/images/webmonetization-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/webmonetization-hero.jpg -------------------------------------------------------------------------------- /assets/images/webmonetization-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/webmonetization-thumb.jpg -------------------------------------------------------------------------------- /assets/images/webrtc-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/webrtc-hero.jpg -------------------------------------------------------------------------------- /assets/images/webrtc-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/webrtc-thumb.jpg -------------------------------------------------------------------------------- /assets/images/websocket-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/websocket-hero.jpg -------------------------------------------------------------------------------- /assets/images/websocket-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/websocket-thumb.jpg -------------------------------------------------------------------------------- /assets/images/whdefrouter-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/whdefrouter-hero.jpg -------------------------------------------------------------------------------- /assets/images/whdefrouter-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/whdefrouter-thumb.png -------------------------------------------------------------------------------- /assets/images/whquestdef-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/whquestdef-hero.jpg -------------------------------------------------------------------------------- /assets/images/whquestdef-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/whquestdef-thumb.jpg -------------------------------------------------------------------------------- /assets/images/wortal-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/wortal-hero.png -------------------------------------------------------------------------------- /assets/images/wortal-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/wortal-thumb.jpg -------------------------------------------------------------------------------- /assets/images/xplevelupsystem-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/xplevelupsystem-hero.jpg -------------------------------------------------------------------------------- /assets/images/xplevelupsystem-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/xplevelupsystem-thumb.jpg -------------------------------------------------------------------------------- /assets/images/yoga-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/yoga-hero.jpg -------------------------------------------------------------------------------- /assets/images/yoga-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defold/asset-portal/8f4a9b1a8ab957f86adebdbb15fcbd8b928cbc1f/assets/images/yoga-thumb.jpg -------------------------------------------------------------------------------- /assets/imp.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Image processing via convolution between a kernel and the image.", 4 | "id": "imp", 5 | "images": { 6 | "hero": "imp-hero.jpg", 7 | "thumb": "imp-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defold-imp/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Imp", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/defold-imp", 21 | "stars": 4, 22 | "tags": [ 23 | "Math", 24 | "Rendering" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/ironsource.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Marat Gilyazov", 3 | "description": "Native extension with a partial implementation of the IronSource SDK", 4 | "id": "ironsource", 5 | "images": { 6 | "hero": "ironsource-hero.jpg", 7 | "thumb": "ironsource-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/MaratGilyazov/def_ironsource/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "IronSource", 12 | "platforms": [ 13 | "Android", 14 | "iOS" 15 | ], 16 | "project_url": "https://github.com/MaratGilyazov/def_ironsource", 17 | "stars": 6, 18 | "tags": [ 19 | "Ads", 20 | "Monetization" 21 | ], 22 | "timestamp": 1583389327.0, 23 | "website_url": "" 24 | } -------------------------------------------------------------------------------- /assets/log.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "General purpose logging.", 4 | "id": "log", 5 | "images": { 6 | "hero": "log-hero.jpg", 7 | "thumb": "log-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/log/archive/master.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Log", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/log", 21 | "stars": 10, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/m.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "wistpotion (Isabelle Fougner Axrup)", 3 | "description": "A module for creating hot-reloadable modules in Defold.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "m-hero.jpg", 7 | "thumb": "m-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "CC0-1.0 license", 11 | "name": "m", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/wistpotion/m", 21 | "stars": 6, 22 | "tags": [ 23 | "util" 24 | ], 25 | "timestamp": 1668190304.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/md5.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Family Age", 3 | "description": "This Extension allows you calculate MD5 in native from string", 4 | "id": "md5", 5 | "images": { 6 | "hero": "md5-hero.jpg", 7 | "thumb": "md5-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Melsoft-Games/defold-md5/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "MD5", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux" 18 | ], 19 | "project_url": "https://github.com/Melsoft-Games/defold-md5", 20 | "stars": 6, 21 | "tags": [ 22 | "System", 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/mirastate.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "kazupon", 3 | "description": "Hierarchical State Machine.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "mirastate-hero.jpg", 7 | "thumb": "mirastate-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/stepism/defold-mira-substate/archive/master.zip", 10 | "license": "CC0", 11 | "name": "MiraState", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/stepism/defold-mira-substate", 21 | "stars": 3, 22 | "tags": [ 23 | "system" 24 | ], 25 | "timestamp": 1590661297.0, 26 | "website_url": "https://kazupon.org" 27 | } -------------------------------------------------------------------------------- /assets/modplayer.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Selim Ana\u00e7", 3 | "description": "Chiptune player native extension.", 4 | "id": "modplayer", 5 | "images": { 6 | "hero": "modplayer-hero.jpg", 7 | "thumb": "modplayer-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/selimanac/defold-modplayer/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "MOD Player", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/selimanac/defold-modplayer", 21 | "stars": 12, 22 | "tags": [ 23 | "Audio" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/moku.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Daka Sha", 3 | "description": "Map utility/module for tilemaps", 4 | "id": "moku", 5 | "images": { 6 | "hero": "moku-hero.png", 7 | "thumb": "moku-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Jrayp/Moku/archive/Alpha_v2.2.zip", 10 | "license": "MIT License", 11 | "name": "Moku", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/Jrayp/Moku", 21 | "stars": 42, 22 | "tags": [ 23 | "AI", 24 | "Game mechanic" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/monarch.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Advanced screen manager with popup and transition support.", 4 | "id": "monarch", 5 | "images": { 6 | "hero": "monarch-hero.jpg", 7 | "thumb": "monarch-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/monarch/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Monarch", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/britzl/monarch", 21 | "stars": 179, 22 | "tags": [ 23 | "GUI" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/openal.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Sergey Lerg", 3 | "description": "Provides 3D audio, pitch control and more.", 4 | "id": "openal", 5 | "images": { 6 | "hero": "openal-hero.jpg", 7 | "thumb": "openal-thumb.png" 8 | }, 9 | "library_url": "https://github.com/Lerg/extension-openal/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "OpenAL", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/Lerg/extension-openal", 21 | "stars": 21, 22 | "tags": [ 23 | "Audio" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "https://spiralcodestudio.com" 27 | } -------------------------------------------------------------------------------- /assets/pack.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Brian Kramer", 3 | "description": "Compress, decompress, and obfuscate table data.", 4 | "id": "pack", 5 | "images": { 6 | "hero": "pack-hero.jpg", 7 | "thumb": "pack-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/subsoap/pack/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Pack", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/subsoap/pack", 21 | "stars": 9, 22 | "tags": [ 23 | "System" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/pcgrandom.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Selim Ana\u00e7", 3 | "description": "PCG Random Number Generator Native Extension.", 4 | "id": "pcgrandom", 5 | "images": { 6 | "hero": "pcgrandom-hero.jpg", 7 | "thumb": "pcgrandom-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/selimanac/defold-random/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "PCG Random", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/selimanac/defold-random", 21 | "stars": 31, 22 | "tags": [ 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/prometheus.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "Lua obfuscation using Prometheus.", 4 | "id": "prometheus", 5 | "images": { 6 | "hero": "prometheus-hero.jpg", 7 | "thumb": "prometheus-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-prometheus/archive/refs/heads/master.zip", 10 | "license": "MIT License", 11 | "name": "Prometheus", 12 | "platforms": [ 13 | "All" 14 | ], 15 | "project_url": "https://github.com/defold/extension-prometheus", 16 | "stars": 26, 17 | "tags": [ 18 | "Lua", 19 | "Security" 20 | ], 21 | "timestamp": 1722425188.0, 22 | "website_url": "https://defold.com/manuals/application-security/#source-code-obfuscation" 23 | } -------------------------------------------------------------------------------- /assets/qrcode.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Mathias Westerdahl", 3 | "description": "Encode and decode QR codes", 4 | "id": "qrcode", 5 | "images": { 6 | "hero": "qrcode-hero.jpg", 7 | "thumb": "qrcode-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-qrcode/archive/1.1.zip", 10 | "license": "MIT License", 11 | "name": "QR Code", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/defold/extension-qrcode", 21 | "stars": 5, 22 | "tags": [ 23 | "Camera", 24 | "Input" 25 | ], 26 | "timestamp": 1567163518.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/rand16.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "haruka", 3 | "description": "rand16 is a 16bit pseudorandom number generator.", 4 | "id": "rand16", 5 | "images": { 6 | "hero": "rand16-hero.jpg", 7 | "thumb": "rand16-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/wmc7n/rand16/archive/1.0.0.zip", 10 | "license": "MIT License", 11 | "name": "rand16", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/wmc7n/rand16", 21 | "stars": 2, 22 | "tags": [ 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/review.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "Use native iOS and Android ratings and reviews window.", 4 | "id": "review", 5 | "images": { 6 | "hero": "defreview-hero.jpg", 7 | "thumb": "defreview-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-review/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Review", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/defold/extension-review", 17 | "stars": 14, 18 | "tags": [ 19 | "System" 20 | ], 21 | "timestamp": 1606150194.0, 22 | "website_url": "https://defold.com/extension-review" 23 | } -------------------------------------------------------------------------------- /assets/rustore-appupdate.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "RuStore", 3 | "description": "RuStore Defold plugin for updating the application.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "rustore-hero.jpg", 7 | "thumb": "rustore-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "RuStore AppUpdate", 12 | "platforms": [ 13 | "android" 14 | ], 15 | "project_url": "https://gitflic.ru/project/rustore/rustore-defold-appupdate", 16 | "tags": [ 17 | "system", 18 | "util" 19 | ], 20 | "timestamp": 1710241701.0, 21 | "website_url": "https://www.rustore.ru/help/sdk/updates" 22 | } -------------------------------------------------------------------------------- /assets/rustore-billing.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "RuStore", 3 | "description": "RuStore Defold plugin for accepting payments through third-party applications.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "rustore-hero.jpg", 7 | "thumb": "rustore-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "RuStore Billing", 12 | "platforms": [ 13 | "android" 14 | ], 15 | "project_url": "https://gitflic.ru/project/rustore/rustore-defold-billing", 16 | "tags": [ 17 | "Monetization", 18 | "system", 19 | "util" 20 | ], 21 | "timestamp": 1710241701.0, 22 | "website_url": "https://www.rustore.ru/help/sdk/payments" 23 | } -------------------------------------------------------------------------------- /assets/rustore-push.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "RuStore", 3 | "description": "Defold native extension for RuStore push notifications.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "rustore-hero.jpg", 7 | "thumb": "rustore-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "RuStore Push Notifications", 12 | "platforms": [ 13 | "android" 14 | ], 15 | "project_url": "https://gitflic.ru/project/rustore/defold-extension-rustore-push", 16 | "tags": [ 17 | "system", 18 | "platform" 19 | ], 20 | "timestamp": 1711731297.0, 21 | "website_url": "https://www.rustore.ru/help/sdk/push-notifications" 22 | } -------------------------------------------------------------------------------- /assets/rustore-review.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "RuStore", 3 | "description": "RuStore Defold plugin for ratings and reviews", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "rustore-hero.jpg", 7 | "thumb": "rustore-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "RuStore Review", 12 | "platforms": [ 13 | "android" 14 | ], 15 | "project_url": "https://gitflic.ru/project/rustore/rustore-defold-review", 16 | "tags": [ 17 | "system" 18 | ], 19 | "timestamp": 1704801828.0, 20 | "website_url": "https://www.rustore.ru/help/sdk/reviews-ratings" 21 | } -------------------------------------------------------------------------------- /assets/share.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Bj\u00f6rn Ritzl", 3 | "description": "Share application data using native sharing dialogs.", 4 | "id": "share", 5 | "images": { 6 | "hero": "share-hero.jpg", 7 | "thumb": "share-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/britzl/defold-sharing/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Share", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS" 16 | ], 17 | "project_url": "https://github.com/britzl/defold-sharing", 18 | "stars": 23, 19 | "tags": [ 20 | "System" 21 | ], 22 | "timestamp": 1567163518.0, 23 | "website_url": "" 24 | } -------------------------------------------------------------------------------- /assets/siwa.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "Sign in with Apple makes it easy for users to sign in to your apps and websites using their Apple ID.", 4 | "id": "siwa", 5 | "images": { 6 | "hero": "siwa-hero.jpg", 7 | "thumb": "siwa-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-siwa/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Sign in with Apple", 12 | "platforms": [ 13 | "iOS" 14 | ], 15 | "project_url": "https://github.com/defold/extension-siwa", 16 | "stars": 4, 17 | "tags": [ 18 | "Social" 19 | ], 20 | "timestamp": 1598336559.0, 21 | "website_url": "https://defold.com/extension-siwa" 22 | } -------------------------------------------------------------------------------- /assets/spritefusion.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Hugo", 3 | "description": "A free, SUPER easy-to-use tilemap editor that exports maps to Defold Tilemap and Tilesource in one click.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "spritefusion-hero.jpg", 7 | "thumb": "spritefusion-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "N/A", 11 | "name": "Sprite Fusion", 12 | "platforms": [ 13 | "html5" 14 | ], 15 | "project_url": "", 16 | "tags": [ 17 | "art assets", 18 | "editor", 19 | "tools", 20 | "util" 21 | ], 22 | "timestamp": 1709811792.0, 23 | "website_url": "https://www.spritefusion.com" 24 | } -------------------------------------------------------------------------------- /assets/teal.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Defold", 3 | "description": "Defold transpilation support for Teal.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "teal-hero.jpg", 7 | "thumb": "teal-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/defold/extension-teal/archive/refs/heads/main.zip", 10 | "license": "MIT License", 11 | "name": "Teal", 12 | "platforms": [ 13 | "All" 14 | ], 15 | "project_url": "https://github.com/defold/extension-teal", 16 | "stars": 30, 17 | "tags": [ 18 | "Tools" 19 | ], 20 | "timestamp": 1716987556.0, 21 | "website_url": "" 22 | } -------------------------------------------------------------------------------- /assets/tenjin.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Marat Gilyazov", 3 | "description": "Native extension for the Tenjin SDK", 4 | "id": "tenjinsdk", 5 | "images": { 6 | "hero": "tenjin-hero.jpg", 7 | "thumb": "tenjin-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/MaratGilyazov/def_tenjin/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Tenjin", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/MaratGilyazov/def_tenjin", 17 | "stars": 1, 18 | "tags": [ 19 | "Analytics" 20 | ], 21 | "timestamp": 1583388814.0, 22 | "website_url": "" 23 | } -------------------------------------------------------------------------------- /assets/tiled.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Thorbj\u00f8rn Lindeijer", 3 | "description": "Your free, easy to use and flexible level editor. Tiled has a Defold tilemap exporter plugin for direct import of maps into Defold.", 4 | "id": "tiled", 5 | "images": { 6 | "hero": "tiled-hero.jpg", 7 | "thumb": "tiled-thumb.png" 8 | }, 9 | "library_url": "", 10 | "license": "GPL", 11 | "name": "Tiled", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "https://github.com/bjorn/tiled", 18 | "stars": 11776, 19 | "tags": [ 20 | "Tools" 21 | ], 22 | "timestamp": 1573623163.0, 23 | "website_url": "https://www.mapeditor.org" 24 | } -------------------------------------------------------------------------------- /assets/tilesetter.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Led", 3 | "description": "Create your complete tileset instantly. Draw maps with it and export it all directly to Defold.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "tilesetter-hero.jpg", 7 | "thumb": "tilesetter-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "N/A", 11 | "name": "Tilesetter", 12 | "platforms": [ 13 | "macOS", 14 | "Windows", 15 | "Linux" 16 | ], 17 | "project_url": "", 18 | "tags": [ 19 | "Tools" 20 | ], 21 | "timestamp": 1599641293.0, 22 | "website_url": "https://tilesetter.org" 23 | } -------------------------------------------------------------------------------- /assets/trickortreat.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Agustin R.", 3 | "description": "Fun and Free Halloween themed art asset pack.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "trickortreat-hero.jpeg", 7 | "thumb": "trickortreat-thumb.png" 8 | }, 9 | "library_url": "", 10 | "license": "CC0 1.0 Universal", 11 | "name": "TrickOrTreat", 12 | "platforms": [ 13 | "android", 14 | "ios", 15 | "macos", 16 | "windows", 17 | "linux", 18 | "html5" 19 | ], 20 | "project_url": "https://github.com/FlexYourBrain/TrickOrTreat", 21 | "stars": 2, 22 | "tags": [ 23 | "animation", 24 | "art assets" 25 | ], 26 | "timestamp": 1635696264.0, 27 | "website_url": "" 28 | } -------------------------------------------------------------------------------- /assets/uptime.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Alexey Gulev", 3 | "description": "Returns an operating system uptime", 4 | "forum_url": "https://forum.defold.com/t/uptime-native-extention/47917", 5 | "images": { 6 | "hero": "uptime-hero.jpg", 7 | "thumb": "uptime-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/AGulev/uptime/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "UpTime", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows" 17 | ], 18 | "project_url": "https://github.com/AGulev/uptime", 19 | "stars": 6, 20 | "tags": [ 21 | "System" 22 | ], 23 | "timestamp": 1606670363.0, 24 | "website_url": "" 25 | } -------------------------------------------------------------------------------- /assets/vibration.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Adam Westman", 3 | "description": "Adds support for device vibration service.", 4 | "id": "vibration", 5 | "images": { 6 | "hero": "vibration-hero.png", 7 | "thumb": "vibration-thumb.png" 8 | }, 9 | "library_url": "https://github.com/adamwestman/extension-vibrate/archive/0.2.1.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "Vibration", 12 | "platforms": [ 13 | "iOS", 14 | "Android" 15 | ], 16 | "project_url": "https://github.com/adamwestman/extension-vibrate", 17 | "stars": 17, 18 | "tags": [ 19 | "Device control", 20 | "System" 21 | ], 22 | "timestamp": 1567163518.0, 23 | "website_url": "" 24 | } -------------------------------------------------------------------------------- /assets/voronoi.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Mathias Westerdahl", 3 | "description": "2D voronoi functionality.", 4 | "id": "voronoi", 5 | "images": { 6 | "hero": "voronoi-hero.jpg", 7 | "thumb": "voronoi-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/JCash/defold-voronoi/archive/master.zip", 10 | "license": "MIT License", 11 | "name": "Voronoi", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/JCash/defold-voronoi", 21 | "stars": 12, 22 | "tags": [ 23 | "Math" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/webrtc.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "vitopigno", 3 | "description": "A quick and easy library that adds support for WebRTC", 4 | "forum_url": "https://forum.defold.com/t/webrtc-extension", 5 | "images": { 6 | "hero": "webrtc-hero.jpg", 7 | "thumb": "webrtc-thumb.jpg" 8 | }, 9 | "library_url": "", 10 | "license": "MIT", 11 | "name": "WebRTC", 12 | "platforms": [ 13 | "html5" 14 | ], 15 | "project_url": "https://github.com/VitusVeit/extension-webrtc", 16 | "stars": 6, 17 | "tags": [ 18 | "network" 19 | ], 20 | "timestamp": 1707126451.0, 21 | "website_url": "" 22 | } -------------------------------------------------------------------------------- /assets/whquestdef.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Roman Petrov", 3 | "description": "A little helper library for quest games.", 4 | "id": "whquestdef", 5 | "images": { 6 | "hero": "whquestdef-hero.jpg", 7 | "thumb": "whquestdef-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Megus/whdefquest/archive/1.0.0.zip", 10 | "license": "CC0 1.0 Universal", 11 | "name": "whQuestDef", 12 | "platforms": [ 13 | "iOS", 14 | "Android", 15 | "macOS", 16 | "Windows", 17 | "Linux", 18 | "HTML5" 19 | ], 20 | "project_url": "https://github.com/Megus/whdefquest", 21 | "stars": 11, 22 | "tags": [ 23 | "Game mechanic" 24 | ], 25 | "timestamp": 1567163518.0, 26 | "website_url": "" 27 | } -------------------------------------------------------------------------------- /assets/wortal.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "Digital Will Inc.", 3 | "description": "Wortal SDK native extension for Defold.", 4 | "forum_url": "", 5 | "images": { 6 | "hero": "wortal-hero.png", 7 | "thumb": "wortal-thumb.jpg" 8 | }, 9 | "library_url": "https://github.com/Digital-Will-Inc/wortal-sdk-defold/archive/master.zip", 10 | "license": "MIT", 11 | "name": "Wortal", 12 | "platforms": [ 13 | "html5" 14 | ], 15 | "project_url": "https://github.com/Digital-Will-Inc/wortal-sdk-defold", 16 | "stars": 2, 17 | "tags": [ 18 | "ads", 19 | "analytics", 20 | "monetization", 21 | "platform" 22 | ], 23 | "timestamp": 1664495798.0, 24 | "website_url": "https://html5gameportal.com" 25 | } --------------------------------------------------------------------------------