https://github.com/dragosha/defold-things
Defold examples.
https://github.com/dragosha/defold-things
defold defold-module examples
Last synced: 10 months ago
JSON representation
Defold examples.
- Host: GitHub
- URL: https://github.com/dragosha/defold-things
- Owner: Dragosha
- License: mit
- Created: 2020-08-16T17:20:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T14:25:23.000Z (over 4 years ago)
- Last Synced: 2025-03-31T10:42:33.437Z (12 months ago)
- Topics: defold, defold-module, examples
- Language: Lua
- Homepage:
- Size: 1.13 MB
- Stars: 48
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful things for Defold engine
1. [3d tilemap](3d-tilemap/README.md) - Converter from 2D tilemap to 3D mesh. A project with example.
2. [Helpers](helpers/README.md) - Collections of simple but useful scripts.
3. [Collection of editor scripts](editor-scripts/README.md)
4. [Shadow mapping](shadowmap/)