Defold Example Projects
#defold #sample #example #gamedev #starter #template

Björn Ritzl 056bf3eb2f Added skinning example 1 miesiąc temu
.github 867657ed93 Update trigger-site-rebuild.yml 3 miesięcy temu
animation 68c0b60d3a Fixed input 2 miesięcy temu
basics c48b3ded0d Added authors 3 miesięcy temu
collection c48b3ded0d Added authors 3 miesięcy temu
debug c48b3ded0d Added authors 3 miesięcy temu
factory c48b3ded0d Added authors 3 miesięcy temu
file c48b3ded0d Added authors 3 miesięcy temu
gui 68c0b60d3a Fixed input 2 miesięcy temu
input 88bfb413bd Add entity picking example (#90) 3 miesięcy temu
material f94be91f5b Fix stretched example window (#93) 2 miesięcy temu
mesh 27b39a1f87 model vertex color fixes (#95) 1 miesiąc temu
model 056bf3eb2f Added skinning example 1 miesiąc temu
movement 81d49343fa Handle alignment with up direction in the Look Rotation example (#91) 2 miesięcy temu
particles 68c0b60d3a Fixed input 2 miesięcy temu
physics 97a83aee6a Cleaned up knockback example 2 miesięcy temu
render 73e81e98a5 Added postprocess example 1 miesiąc temu
resource 68c0b60d3a Fixed input 2 miesięcy temu
sound 8d609fa77d Update example.md 2 miesięcy temu
sprite fcde5dc0eb Added sprite cursor example 1 miesiąc temu
tilemap 68c0b60d3a Fixed input 2 miesięcy temu
timer c48b3ded0d Added authors 3 miesięcy temu
.gitignore 42c2c08a3e Update .gitignore 6 miesięcy temu
LICENSE d3e669124c Create LICENSE 3 miesięcy temu
README.md 40c2a2c3b7 Update README.md 3 miesięcy temu
create_archives.py 4c2cc94494 Create create_archives.py 3 miesięcy temu

README.md

Defold examples

This repository includes the Defold examples used in the examples section on https://defold.com/examples

Adding more examples

Examples are grouped by category, for instance "physics", "sprite" or "collection". Each group of examples has a folder in /examples. Here's how to add a new example named "foobar" to the "sprite" category:

  • Create a folder named foobar in examples/sprite
  • Create examples/sprite/foobar/game.project and the files required for your example
  • Create examples/sprite/foobar/example.md with example documentation. The file must start with:

    ---
    title: Foobar
    brief: This example shows how to use foobar.
    author: Defold Foundation
    scripts: foo.script, bar.script
    thumbnail: myimage.png
    ---
    
  • List any scripts your example uses in the scripts field of the file header

  • The thumbnail image will be used on https://defold.com/examples