Christmas and New Year are a time for gifts.
I have been using Defold for many years, and during this time I collected many useful things: examples, code pieces, small libraries, and solutions that I use in my games.
This December, I want to share them and give something to the community.
I want to share my experience.
I hope this will be useful and interesting.
I prepared 14 gifts. This is an Advent calendar.
Every day, I will share something new ![]()
DAY 1.(defold-go-position-setter)
Fast way to set positions for thousand objects.
github
forum
video
DAY 2.(Localization)
Example how to use google sheet table for localization.
github
forum
video
DAY3.(Lua-class)
Simple oop. No metatables, table copying
github
forum
video
DAY4.(Bunnymark ECS Example)
github
forum
video
DAY5.(N28S)
github
forum
video
DAY6.(Virtual Pad Example)
github
forum
video
DAY7.(2D Game with Box2D and Tiled Level)
github
forum
video
DAY 8. Trim Images Script
A small python script to trim alpha from images
github
forum
video
DAY 9. Imgui Gizmo
Extension and demo project for testing ImGui Gizmo in Defold: object picking, transforms via gizmo, and a mini camera view manipulator.
github
forum
video
DAY 10. Html Utils
Small HTML5 extension that adds useful HTML utilities:
canvas focus handling, save/load data via localStorage , and mobile device detection.
github
forum
video
DAY 11. Screen Resizer
Minimal Defold extension + Lua module to resize the game view and show a menu
of preset sizes.
github
forum
video
DAY 12. Actions Animation Library
Small action/tween library for Defold: sequences, parallels, tweens for GO/GUI/table, waits, and function steps. I made this library to control animation timing myself, so I can skip or speed up actions. With Parallel/Sequence, it is much easier to build sequences than with go/gui animate callbacks.
github
forum
video
DAY 13. Gui Resizer
Project for automatic GUI scaling for portrait and landscape orientations with safe area support.
github
forum
video
DAY 14. Christmas 2025 3D Playground
A small Christmas-themed 3D demo in Defold. The main goal is to share my 3D experience and tool for Defold
github
forum
video
