Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
vor 6 Jahren | |
---|---|---|
assets | vor 7 Jahren | |
examples | vor 6 Jahren | |
input | vor 8 Jahren | |
.gitignore | vor 6 Jahren | |
README.md | vor 8 Jahren | |
game.project | vor 7 Jahren | |
gulpfile.js | vor 7 Jahren | |
package-lock.json | vor 7 Jahren | |
package.json | vor 7 Jahren | |
publish.sh | vor 7 Jahren |
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.