Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
8 жил өмнө | |
---|---|---|
assets | 8 жил өмнө | |
examples | 8 жил өмнө | |
input | 8 жил өмнө | |
.gitignore | 8 жил өмнө | |
README.md | 8 жил өмнө | |
game.project | 8 жил өмнө | |
gulpfile.js | 8 жил өмнө | |
package.json | 8 жил өмнө | |
publish.sh | 8 жил өмнө |
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
Node.js and Gulp:
$ brew install node
$ npm install gulp-cli -g
$ npm install
$ 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.
$ ./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.