{"id":16085245,"url":"https://github.com/Jerakin/editor-script-components","last_synced_at":"2025-10-23T02:30:23.861Z","repository":{"id":129090094,"uuid":"214982258","full_name":"Jerakin/editor-script-components","owner":"Jerakin","description":"Editor script for creating components from resources","archived":false,"fork":false,"pushed_at":"2024-06-05T19:49:28.000Z","size":882,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T17:03:59.682Z","etag":null,"topics":["defold","defold-editor-script","defold-library","defold-module"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jerakin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-14T07:56:38.000Z","updated_at":"2024-09-17T07:20:25.000Z","dependencies_parsed_at":"2024-10-24T17:45:12.309Z","dependency_job_id":"9392b68f-3d00-42d4-9f9c-72dacdff0daa","html_url":"https://github.com/Jerakin/editor-script-components","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerakin","download_url":"https://codeload.github.com/Jerakin/editor-script-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237763855,"owners_count":19362310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["defold","defold-editor-script","defold-library","defold-module"],"created_at":"2024-10-09T13:01:54.003Z","updated_at":"2025-10-23T02:30:23.856Z","avatar_url":"https://github.com/Jerakin.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Programming Language"],"readme":"# Components\n\n## Install\nYou can use the these editor scripts in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:  \nhttps://github.com/Jerakin/editor-script-components/archive/master.zip\n\n## Editor Script\nThis script adds a few menu items, which shows up depends on the type of file selected. They all create a new resource depending on your selection. A wav or ogg creates a sound component, a json will create a spine scene and a spine scene a spine model.  \nIf you want to create atlases I recommend using https://github.com/Jerakin/editor-script-atlas\n```\n$.wav               =\u003e $.sound  \n$.ogg               =\u003e $.sound  \n$.json and $.atlas  =\u003e $.spinescene\n$.spinescene        =\u003e $.spinemodel\n$.dae               =\u003e $.model\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJerakin%2Feditor-script-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJerakin%2Feditor-script-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJerakin%2Feditor-script-components/lists"}