Назад към всички

defold-examples-fetch

// Fetches Defold code examples by topic. Use when looking for practical implementation patterns, sample code, or how to do something specific in Defold.

$ git log --oneline --stat
stars:32
forks:6
updated:March 2, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namedefold-examples-fetch
descriptionFetches Defold code examples by topic. Use when looking for practical implementation patterns, sample code, or how to do something specific in Defold.

Defold Examples Reference

Fetch example code from the links below (the URLs point to plain Markdown files).

Animation

Basics

Collection

Debug

Factory

File

GUI

Input

Material

Mesh

Model

Movement

Particles

Physics

Render

Resource

Sound

Sprite

Tilemap

Timer

Usage

When you need a practical example of how to implement something in Defold:

  1. Identify the topic (e.g., "factory spawning", "physics raycasts", "GUI buttons")
  2. Find the matching entry in the tables above
  3. Fetch the corresponding URL (all URLs are plain Markdown — fetch and read the raw content)
  4. Example: fetch https://defold.com/llms/examples/factory/basic.md