{"id":27946079,"url":"https://github.com/barrior/jparticles","last_synced_at":"2025-05-16T14:07:43.163Z","repository":{"id":49170880,"uuid":"53574917","full_name":"Barrior/JParticles","owner":"Barrior","description":"A lightweight, efficient and easy-to-use Canvas library for building some cool particle effects. (backup: https://jparticles.barrior.cn)","archived":false,"fork":false,"pushed_at":"2024-03-21T09:58:00.000Z","size":1786,"stargazers_count":480,"open_issues_count":6,"forks_count":36,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-15T07:41:01.495Z","etag":null,"topics":["canvas-particles","frontend","javascript","liquidfill","loading-animation","particle-effects","particles","snow-effect","wave-effect"],"latest_commit_sha":null,"homepage":"https://jparticles.js.org","language":"TypeScript","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/Barrior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2016-03-10T10:12:08.000Z","updated_at":"2025-03-21T12:28:36.000Z","dependencies_parsed_at":"2024-03-21T11:05:11.779Z","dependency_job_id":null,"html_url":"https://github.com/Barrior/JParticles","commit_stats":{"total_commits":235,"total_committers":4,"mean_commits":58.75,"dds":0.06382978723404253,"last_synced_commit":"82d82f9fcaacf077bceafd6aa37bddb606b83280"},"previous_names":["barrior/particleground.js"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barrior%2FJParticles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barrior%2FJParticles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barrior%2FJParticles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barrior%2FJParticles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Barrior","download_url":"https://codeload.github.com/Barrior/JParticles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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-particles","frontend","javascript","liquidfill","loading-animation","particle-effects","particles","snow-effect","wave-effect"],"created_at":"2025-05-07T13:47:57.786Z","updated_at":"2025-05-16T14:07:38.154Z","avatar_url":"https://github.com/Barrior.png","language":"TypeScript","readme":"# JParticles\n\n[![Testing](https://github.com/Barrior/JParticles/actions/workflows/testing.yml/badge.svg?branch=master)](https://github.com/Barrior/JParticles/actions/workflows/testing.yml)\n[![Coverage](https://codecov.io/gh/Barrior/JParticles/branch/master/graph/badge.svg?token=JYojJUPPMW)](https://codecov.io/gh/Barrior/JParticles)\n[![Gzip Size](https://img.badgesize.io/https://unpkg.com/jparticles@3.4.0/browser/jparticles.base.js?compression=gzip)](https://unpkg.com/jparticles@3.4.0/browser/jparticles.base.js)\n[![NPM Version](https://img.shields.io/npm/v/jparticles/latest)](https://www.npmjs.com/package/jparticles)\n[![NPM Download](https://img.shields.io/npm/dm/jparticles.svg)](https://www.npmjs.com/package/jparticles)\n[![Dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg)](https://www.npmjs.com/package/jparticles?activeTab=dependencies)\n\n\u003e 中文 | [English](./README_en.md)\n\n官网：[jparticles.js.org](https://jparticles.js.org/)\n\n\n### 特效列表\n\n- [粒子运动](https://jparticles.js.org/#/examples/particle)\n- [波纹运动](https://jparticles.js.org/#/examples/wave)\n- [波纹进度条](https://jparticles.js.org/#/examples/wave-loading)\n- [雪花飘落](https://jparticles.js.org/#/examples/snow)\n- [线条动画](https://jparticles.js.org/#/examples/line)\n\n\n### 介绍\n\n`JParticles`（JavaScript Particles 的缩写）是一款基于 `Canvas` 的不依赖于其他库的轻量级 `JavaScript` 粒子运动特效库。提供一些比较绚丽、实用的特效应用于 `WEB` 界面，希望能达到锦上添花的作用，给用户带来些许惊喜。\n\n\n### 理念\n\n`API` 与源码设计理念信仰 `Write Less, Do More` 和 `Keep It Simple, Stupid`，希望项目是：易于使用的、性能高效的、易于维护的。\n\n\n### 兼容性\n\n以下是浏览器对库的支持情况（源于此[兼容性表](./docs/compatibility_table.md)），对于不支持的浏览器则会静默地失败：\n\n- IE 9+\n- Safari 6+\n- Opera 15+\n- Firefox 21+\n- Chrome 23+\n\n\n### 交流\n\n如果您遇到问题或者好的建议，欢迎提交到 [issues](https://github.com/Barrior/JParticles/issues) ，万分感谢。\n\n\n### 更新日志\n\n每个版本详细的更新说明都记录在了 [release](https://github.com/Barrior/JParticles/releases) 列表。\n\n\n### 协议\n\n[MIT](./LICENSE)\n\nCopyright (c) 2016-present, Barrior\n\n\u003cimg src=\"./samples/img/wechat-praise.jpg\" width=\"266\" /\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrior%2Fjparticles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrior%2Fjparticles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrior%2Fjparticles/lists"}