Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Insality/druid-assets
Community Druid components for share
https://github.com/Insality/druid-assets
assets assetstore defold defold-module ui ui-components
Last synced: about 16 hours ago
JSON representation
Community Druid components for share
- Host: GitHub
- URL: https://github.com/Insality/druid-assets
- Owner: Insality
- License: mit
- Created: 2020-02-22T20:46:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T20:29:17.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:01:41.557Z (14 days ago)
- Topics: assets, assetstore, defold, defold-module, ui, ui-components
- Language: Lua
- Homepage: https://insality.github.io/druid-assets/
- Size: 2.36 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Druid Assets
README
# Druid assets
## Overview
I've created [druid-assets repository](https://github.com/Insality/druid-assets) to make a _marketplace_ with custom styles and components.Any of druid users can push their own components and styles to share it with the other users
Also, this marketplace is great example to how you can create your custom components
## Online app
See [the demo application](https://insality.github.io/druid-assets/)
## How to publish
**Publish your component:**
- Add component to `components` folder (_.lua_ and _.gui_ files)
- Inside this folder, make `example` folder with collection and usage of your component. There is possible to add your graphics assets inside this folder
- Add your collection to monarch in `druid-assets/loader.collection` (see example `component_progress_rich`)
- Add your component info in `resources/components.json`
- Make pull request
- Done!
## License
MIT License## Issues and suggestions
If you have any issues, questions or suggestions please [create an issue](https://github.com/Insality/druid-assets/issues) or contact me: [[email protected]](mailto:[email protected])