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

Björn Ritzl 38a2a7cb3e Auto added missing args 6 年之前
assets fed4df388b Added z-order sprites example. 7 年之前
examples 38a2a7cb3e Auto added missing args 6 年之前
input 629267225a Changed from "click" to "touch" to better map with template projects 6 年之前
.gitignore 36b4a8acc8 Ignore IntelliJ project files + cleanup 6 年之前
README.md 7c9f3e658f Fixed link in README. 8 年之前
game.project 013e068ddd Update game.project 6 年之前
gulpfile.js 9c0fd8bf2a Fix warnings in gulpfile 6 年之前
package-lock.json 6db397fd65 Upgrade dependencies and convert gulpfile.js to gulp 4 syntax 6 年之前
package.json 6db397fd65 Upgrade dependencies and convert gulpfile.js to gulp 4 syntax 6 年之前
publish.sh 23572a7b3b Added the proxy and sprite size examples 6 年之前

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.