Skip to main content
GameDev.net gamedev.net
Official Announcement

This is an official announcement from Defold. Information comes directly from the source.

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Defold
Defold Official
· 2 months, 3 weeks ago

Defold release 1.13.0

Briefing

Defold 1.13.0 is one of those releases that changes both what you can build and how you build it. On the feature side, it adds morph targets for model components, expands Box2D scripting with joint support, improves rendering controls, and adds new material/compute script modules. On the workflow side, the editor gets a local authenticated /eval endpoint, direct PNG/JPG opening, better Scene View camera preview, and faster syncing/build behavior.

For 3D teams, morph targets are the headline: glTF blend shapes can now be driven in-engine, which opens up facial animation, deformation effects, and state changes without swapping meshes or leaning entirely on bones. For gameplay programmers, the Box2D API expansion is even bigger in day-to-day terms: joints, anchors, forces, limits, and fixture properties are now scriptable, so a lot of physics-driven gameplay no longer needs a native extension.

Rendering also moves forward. Vulkan is now the default graphics API on Android, with OpenGL as fallback, and the graphics API can now report adapter details, limits, extensions, and feature support. That makes runtime capability checks much more practical for cross-platform rendering paths. Particle FX frustum culling, separate color/alpha blending controls, and inverse matrix shader constants round out the graphics-side improvements.

The release is also a cleanup pass. Collada, asm.js, and the old Live Update format are gone, and older deprecated APIs were removed. That means migration work for existing projects, but it also makes the engine direction clearer: glTF/GLB for models,...

“Defold 1.13.0 is a substantial release that develops several areas of the engine at once”

— Defold · Release overview
Original source
Read on Defold
At a glance
what
Defold 1.13.0 adds morph targets for model components, expanded Box2D scripting with joints, Vulkan default on Android, new material/compute modules, and editor workflow improvements.
who
Defold engine team
when
Release 1.13.0 is available now
impact
3D artists and gameplay programmers can drive blend shapes and physics joints from engine scripts; graphics programmers get more runtime GPU capability inspection and render control.
Signal Positive

Big feature gains, with some migration cleanup

Discuss

Follow Vulkan updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Story Timeline (7 sources)

June 17, 2026
Gamefromscratch First
Unreal Engine 5.8 Released
June 18, 2026
June 22, 2026
Defold Main
Defold release 1.13.0
June 23, 2026
June 30, 2026
Story covered over 13 days • First reported by Gamefromscratch