Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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])