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

Alexey Gulev 5b536140ec Update game.project преди 1 ден
.github 867657ed93 Update trigger-site-rebuild.yml преди 4 месеца
animation 5b536140ec Update game.project преди 1 ден
basics c48b3ded0d Added authors преди 4 месеца
collection c48b3ded0d Added authors преди 4 месеца
debug c48b3ded0d Added authors преди 4 месеца
factory c48b3ded0d Added authors преди 4 месеца
file c48b3ded0d Added authors преди 4 месеца
gui 68c0b60d3a Fixed input преди 2 месеца
input 88bfb413bd Add entity picking example (#90) преди 4 месеца
material f94be91f5b Fix stretched example window (#93) преди 2 месеца
mesh 27b39a1f87 model vertex color fixes (#95) преди 2 месеца
model 056bf3eb2f Added skinning example преди 1 месец
movement 81d49343fa Handle alignment with up direction in the Look Rotation example (#91) преди 2 месеца
particles 68c0b60d3a Fixed input преди 2 месеца
physics 97a83aee6a Cleaned up knockback example преди 2 месеца
render 73e81e98a5 Added postprocess example преди 1 месец
resource 68c0b60d3a Fixed input преди 2 месеца
sound 8d609fa77d Update example.md преди 2 месеца
sprite fcde5dc0eb Added sprite cursor example преди 1 месец
tilemap 68c0b60d3a Fixed input преди 2 месеца
timer c48b3ded0d Added authors преди 4 месеца
.gitattributes 2e80e4a28b Create .gitattributes преди 1 седмица
.gitignore 42c2c08a3e Update .gitignore преди 6 месеца
LICENSE d3e669124c Create LICENSE преди 4 месеца
README.md 40c2a2c3b7 Update README.md преди 4 месеца
create_archives.py 4c2cc94494 Create create_archives.py преди 4 месеца

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