Git Product home page Git Product logo

defold_example's Introduction

Public Defold Examples

This project contains several small examples for the Defold engine. Most examples are created in response to questions on the Defold forum.

Live examples

See some of the examples live at the demo site:

How to try the examples yourself

Each example is located in a subfolder of the examples folder. Each example consists of a main collection with the same name as the folder it is located in:

Naming convention of examples

You can try the examples yourself using one of the following methods:

Download and copy the files to an existing project

You can try the examples yourself by downloading all of the example files and copying them to a Defold project. It is recommended that you create an empty Defold project from the dashboard and copy the files into that project (take care to not remove the .git folder!)

This approach is described in detail by forum user h3annawill in this excellent video tutorial:

Video tutorial

Fork the project and change remote repo of an existing project

Another way to try the examples is to fork the project and then change the remote repository of an existing Defold project so that it points to your fork on GitHub. It is recommended that you create and use an empty Defold project from the dashboard. Once you've pointed your empty project to your fork you need to pull the contents of your fork into the empty project. The advantage of this solution is that it is easy to pull new examples and fixes from this project into your own fork. You can do all of this using a Git tool such as GitHub for Desktop, SourceTree or Git Kraken or from the command line:

cd path/to/root/of/your/created/defold/project
git remote set-url origin https://github.com/your_user_name_on_github_here/publicexamples.git
git fetch
git reset --hard origin/master

License

The examples are released under the same Terms and Conditions as the Defold editor and service itself.

Credits

Assets by Kenney

defold_example's People

Contributors

guilhermebferreira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.