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

Jonas Thurfors 36b4a8acc8 Ignore IntelliJ project files + cleanup 6 years ago
assets fed4df388b Added z-order sprites example. 7 years ago
examples 03388d6b77 Update bunny2.script 6 years ago
input ded1f200a4 Initial commit. 8 years ago
.gitignore 36b4a8acc8 Ignore IntelliJ project files + cleanup 6 years ago
README.md 7c9f3e658f Fixed link in README. 8 years ago
game.project e285b6c57c Changed package name 7 years ago
gulpfile.js 86b96f809e Minor fix to pointer over example. Gulp fix. 7 years ago
package-lock.json d53ba95e4f The package lock file should apparently go into git. 7 years ago
package.json 86b96f809e Minor fix to pointer over example. Gulp fix. 7 years ago
publish.sh 0647f26351 Added random images to our own cdn to prevent mishaps with image loading example. 7 years ago

README.md

Defold examples

This repository includes the Defold examples application and the tools used to explode the app to the examples section on https://www.defold.com/examples

Dependencies

Node.js and Gulp:

$ brew install node
$ npm install gulp-cli -g
$ npm install

Edit and preview

$ gulp watch

Builds all documentation for preview and opens a browser pointing to the build root. Edits to any .md manual or image is detected, rebuilt and reloaded in browser.

Build and publish

$ ./publish_sh

Builds the HTML5 application with "bob". Publishing documentation to GCS is done with the gsutil which is part of the Google Cloud SDK. It's automatically installed if needed.