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