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

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

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

1 个仓库

Awesome GitHub RepositoriesLayout Generation Progress Tracking

Mechanisms to monitor the incremental progress of a layout engine's computation.

Distinct from Progress Tracking: Existing candidates focus on file uploads or physical movement, not the state of a layout algorithm.

Explore 1 awesome GitHub repository matching software engineering & architecture · Layout Generation Progress Tracking. Refine with filters or upvote what's useful.

Awesome Layout Generation Progress Tracking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jasondavies/d3-cloudjasondavies 的头像

    jasondavies/d3-cloud

    3,944在 GitHub 上查看↗

    d3-cloud 是一个 JavaScript 库,用于使用 D3.js 数据可视化框架创建不重叠的词云布局。它作为一个文本可视化工具,将原始文本或 CSV 数据转换为可缩放矢量图形和风格化的排版云。 该库利用基于螺旋的碰撞布局算法来计算坐标和旋转,确保视觉集群中的单词不会重叠。它将单词频率映射到字体大小,并支持自定义布局过程,其中位置根据文本分布进行计算。 该系统涵盖了用于文本和 CSV 导入的数据处理、用于排版和颜色的视觉样式自定义,以及高分辨率 PNG 或 SVG 导出的生成。它还包括用于跟踪布局进度的机制,以实现单词的增量渲染。

    Triggers events during word placement and process completion to enable incremental rendering.

    JavaScript
    在 GitHub 上查看↗3,944
  1. Home
  2. Software Engineering & Architecture
  3. Layout Generation Progress Tracking