{"id":25429969,"url":"https://github.com/davidyslu/spineruntime-demo","last_synced_at":"2026-04-29T17:01:41.361Z","repository":{"id":93934501,"uuid":"247693824","full_name":"davidyslu/SpineRuntime-Demo","owner":"davidyslu","description":"This repository is going to demo animations via Spine Web Player.","archived":false,"fork":false,"pushed_at":"2022-12-12T05:36:14.000Z","size":8830,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T12:39:47.234Z","etag":null,"topics":["nodejs","spine","spinewebplayer"],"latest_commit_sha":null,"homepage":"http://zh.esotericsoftware.com/spine-player","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidyslu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-03-16T12:15:02.000Z","updated_at":"2022-10-27T01:05:27.000Z","dependencies_parsed_at":"2023-06-01T12:15:57.298Z","dependency_job_id":null,"html_url":"https://github.com/davidyslu/SpineRuntime-Demo","commit_stats":null,"previous_names":["davidyslu/spineruntime-demo","yungshenglu/spineruntime-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidyslu/SpineRuntime-Demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FSpineRuntime-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FSpineRuntime-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FSpineRuntime-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FSpineRuntime-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidyslu","download_url":"https://codeload.github.com/davidyslu/SpineRuntime-Demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FSpineRuntime-Demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nodejs","spine","spinewebplayer"],"created_at":"2025-02-17T02:32:56.914Z","updated_at":"2026-04-29T17:01:41.335Z","avatar_url":"https://github.com/davidyslu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spine Runtime Demo\n\nThis repository is going to demo some animations using [Spine API](http://esotericsoftware.com/spine-api-reference). The simple demo is credited to [Spine](http://zh.esotericsoftware.com).\n\n---\n## Description\n\nThe Spine Runtime uses [WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) for rendering. While WebGL is supported by all recent versions of popular desktop and mobile browsers, there may be compatibility issues with old browsers.\n\n### Exporting files for the Spine Web Player\n\nThe Spine Runtime requires the following files for displaying whole animation:\n\n* `*.json` - used to display Spine skeletons\n* `*.atlas` and more `*.png` - used to display texture atlas\n\nThese files must be uploaded to a web server and accessible via URLs.\n\n* The `*.png` files need to be accessible under the same path as the `*.altas` file.\n* If you changed the name of the `*.png` file, you also need to change it in the `*.altas`.\n\n---\n## Usage\n\n\u003e **NOTICE**: Make sure you have already installed [Node.js](https://nodejs.org/en/) on your machine\n\n1. Clone this repository to your machine\n2. Open this repository and install some necessary modules for Node\n    ```bash\n    # Make sure your current directory is correct\n    $ npm install\n    ```\n3. Run the demo page via Node server\n    ```bash\n    # Make your current directory is correct\n    $ npm start\n    ## If succeed, you will get the following message:\n    \u003e spine-demo@1.0.0 start D:\\SpinePlayer-Demo\n    \u003e node app.js\n\n    Server running at http://127.0.0.1:3000/\n    ```\n4. Open your browser with `http://127.0.0.1:3000` and you will get the result as follow\n\n### Spine Assets\n\nThe demo assets is in the folder `assets/spine/`, you can also add your own Spine assets.\n\n---\n## Contributor\n\n\u003e **NOTICE:** You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome any issue!\n\n* [David Lu](https://github.com/yungshenglu)\n\n---\n## License\n\n[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2Fspineruntime-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidyslu%2Fspineruntime-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2Fspineruntime-demo/lists"}