{"id":13602288,"url":"https://github.com/bxm0927/canvas-special","last_synced_at":"2025-05-15T16:08:46.454Z","repository":{"id":37430955,"uuid":"100162381","full_name":"bxm0927/canvas-special","owner":"bxm0927","description":":octocat::alien::star2:超多经典 Canvas 实例，动态离子背景、炫彩小球、贪吃蛇、坦克大战、是男人就下100层、心形文字等。","archived":false,"fork":false,"pushed_at":"2021-03-05T07:32:26.000Z","size":19266,"stargazers_count":2342,"open_issues_count":8,"forks_count":652,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-03-31T20:11:14.725Z","etag":null,"topics":["canvas","css","html","js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bxm0927.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-13T07:59:25.000Z","updated_at":"2025-03-31T09:35:56.000Z","dependencies_parsed_at":"2022-07-26T08:47:53.915Z","dependency_job_id":null,"html_url":"https://github.com/bxm0927/canvas-special","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/bxm0927%2Fcanvas-special","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxm0927%2Fcanvas-special/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxm0927%2Fcanvas-special/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxm0927%2Fcanvas-special/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bxm0927","download_url":"https://codeload.github.com/bxm0927/canvas-special/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730069,"owners_count":20986404,"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":["canvas","css","html","js"],"created_at":"2024-08-01T18:01:19.129Z","updated_at":"2025-04-07T21:15:17.796Z","avatar_url":"https://github.com/bxm0927.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# 超多经典 canvas 实例\n\n**普及**：`\u003ccanvas\u003e` 元素用于在网页上绘制图形。这是一个 HTML 图形容器，必须使用脚本来绘制图形。\n\n**注意**：IE 8 以及更早的版本不支持 `\u003ccanvas\u003e` 元素。\n\n## 1. 尤雨溪个人主页炫彩三角纽带效果，点击可变换\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/evan-you) | [演示](https://bxm0927.github.io/canvas-special/evan-you/index.html) ]\n\n![](./assets/evan-you.png)\n\n## 2. 知乎登录注册页动态离子背景效果\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/zhihu) | [演示](https://bxm0927.github.io/canvas-special/zhihu/index.html) ]\n\n![](./assets/zhihu.png)\n\n## 3. 基于 canvas 的五子棋完整功能实现\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/five-chess) | [演示](https://bxm0927.github.io/canvas-special/five-chess/index.html) ]\n\n![](./assets/five-chess.png)\n\n## 4. 基于 canvas 的《是男人就下100层》小游戏完美实现\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/man-down100) | [演示](https://bxm0927.github.io/canvas-special/man-down100/index.html) ]\n\n![](./assets/man-down100.png)\n\n## 5. 毛笔字书写田字格，可以写字\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/brush) | [演示](https://bxm0927.github.io/canvas-special/brush/index.html) ]\n\n![](./assets/brush.png)\n\n## 6. 随心而动，随刃而行。输入文字显示动画粒子特效\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/side-text) | [演示](https://bxm0927.github.io/canvas-special/side-text/index.html) ]\n\n![](./assets/side-text.png)\n\n## 7. 鼠标移动炫彩小球\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/globule) | [演示](https://bxm0927.github.io/canvas-special/globule/index.html) ]\n\n![](./assets/globule.png)\n\n## 8. 2048\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/game2048) | [演示](https://bxm0927.github.io/canvas-special/game2048/index.html) ]\n\n![](./assets/game2048.png)\n\n## 9. 贪吃蛇\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/snake) | [演示](https://bxm0927.github.io/canvas-special/snake/index.html) ]\n\n![](./assets/snake.png)\n\n## 10. 看你有多色\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/look-def-color) | [演示](https://bxm0927.github.io/canvas-special/look-def-color/index.html) ]\n\n![](./assets/look-def-color.png)\n\n## 11. 坦克大战\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/tank) | [演示](https://bxm0927.github.io/canvas-special/tank/index.html) ]\n\n![](./assets/tank.png)\n\n## 12. 宇宙行星旋转特效\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/universe) | [演示](https://bxm0927.github.io/canvas-special/universe/index.html) ]\n\n![](./assets/universe.png)\n\n## 13. 支付宝咻咻咻动画特效\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/alipay) | [演示](https://bxm0927.github.io/canvas-special/alipay/index.html) ]\n\n![](./assets/alipay.png)\n\n## 14. 程序员表白代码\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/love-time) | [演示](https://bxm0927.github.io/canvas-special/love-time/index.html) ]\n\n![](./assets/love-time.png)\n\n## 15. 心形文字\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/heart) | [演示](https://bxm0927.github.io/canvas-special/heart/index.html) ]\n\n![](./assets/heart.png)\n\n## 16. 照片墙\n\n[ [源码](https://github.com/bxm0927/canvas-special/blob/master/photo-wall) | [演示](https://bxm0927.github.io/canvas-special/photo-wall/index.html) ]\n\n![](./assets/photo-wall.png)\n\n## License\n\nThe code is available under the [MIT license](https://opensource.org/licenses/MIT).\n\n部分收集于网络，侵删。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxm0927%2Fcanvas-special","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbxm0927%2Fcanvas-special","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxm0927%2Fcanvas-special/lists"}