{"id":16332895,"url":"https://github.com/davidyslu/SpineRuntime-Demo","last_synced_at":"2025-08-29T10:32:58.176Z","repository":{"id":93934501,"uuid":"247693824","full_name":"yungshenglu/SpineRuntime-Demo","owner":"yungshenglu","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":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-06T22:47:05.383Z","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/yungshenglu.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/yungshenglu/SpineRuntime-Demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungshenglu%2FSpineRuntime-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungshenglu%2FSpineRuntime-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungshenglu%2FSpineRuntime-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungshenglu%2FSpineRuntime-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yungshenglu","download_url":"https://codeload.github.com/yungshenglu/SpineRuntime-Demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231364149,"owners_count":18365408,"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":["nodejs","spine","spinewebplayer"],"created_at":"2024-10-10T23:33:35.751Z","updated_at":"2025-08-29T10:32:51.964Z","avatar_url":"https://github.com/yungshenglu.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"}