awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesProximity-Based Connection Renderers

Systems that render visual links between objects based on their spatial distance.

Distinct from Particle Pool Managers: Focuses on rendering connecting lines based on proximity, distinct from memory management of particle pools

Explore 2 awesome GitHub repositories matching software engineering & architecture · Proximity-Based Connection Renderers. Refine with filters or upvote what's useful.

Awesome Proximity-Based Connection Renderers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vincentgarreau/particles.jsVincentGarreau 的头像

    VincentGarreau/particles.js

    30,214在 GitHub 上查看↗

    particles.js is a JavaScript particle animation library and visual effects engine used to create interactive, canvas-based simulations for web interfaces. It enables the generation of dynamic background animations and networked visual effects through coordinate-based particle movements. The library features a system for drawing connecting lines between particles based on proximity to create network-style visualizations. It includes mechanisms for mapping mouse movements and click events to specific particle behaviors, such as attraction or repulsion. Users can configure particle density, opa

    Draws connecting lines between particles that fall within a specific distance threshold to create a networked effect.

    JavaScript
    在 GitHub 上查看↗30,214
  • hustcc/canvas-nest.jshustcc 的头像

    hustcc/canvas-nest.js

    4,343在 GitHub 上查看↗

    canvas-nest.js 是一个 JavaScript 动画库,用于为网站背景生成交互式粒子网络和连接线视觉效果。它充当在 HTML5 Canvas 元素上渲染交织点和线网的程序化系统。 该库创建动态视觉效果,其中粒子根据接近程度和用户交互移动并形成连接。这些粒子系统实时响应鼠标移动,以产生交互式背景渲染。 该系统包括调整视觉样式的配置选项,例如粒子密度、线条颜色和不透明度。它处理动画循环、基于坐标的碰撞检测以及自动画布缩放以匹配视口尺寸。

    Renders visual connecting lines between particles based on their real-time spatial proximity.

    JavaScriptcanvascanvas-nesthtml5
    在 GitHub 上查看↗4,343
  1. Home
  2. Software Engineering & Architecture
  3. Object Pooling
  4. Particle Pool Managers
  5. Proximity-Based Connection Renderers