3 个仓库
Renders shapes, lines, and fills programmatically without requiring external image assets across multiple backends.
Distinct from Vector Graphics Renderers: Distinct from Vector Graphics Renderers: focuses on programmatic shape drawing without external assets, not general vector image rendering.
Explore 3 awesome GitHub repositories matching graphics & multimedia · Programmatic Shape Renderers. Refine with filters or upvote what's useful.
Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through Canvas, DOM, or WebGL backends, automatically selecting the best option for the target environment. The engine provides a complete game development solution with sprite, skeletal, and particle animation, along with a texture atlas system for efficient image loading and rendering. The framework distinguishes itself through its integration of the DragonBones skeletal animation engine, which drives bone-based character movement without frame-by-frame sprites, and its Chipmunk phys
Renders shapes, lines, and fills programmatically without external image assets.
Joint 是一个用于构建交互式可视化图表和流程图的 JavaScript 库,基于可缩放矢量图形(SVG)。它提供了一个可编程环境,用于创建支持缩放、平移和触摸手势控制的交互式 SVG 画布。 该框架包含一个组件系统,用于在基于矢量的坐标系中定义自定义形状和编程元素。它具有用于保存和加载图表状态的 JSON 序列化功能,以及用于渲染节点和连线的自动布局算法和关系映射。 该库涵盖了广泛的绘图功能,包括嵌套元素的层级结构管理、具有可自定义箭头的路径连线路由,以及事件驱动的交互系统。它还包括用于图数据遍历和自动元素排列的工具,以优化视觉清晰度。
Allows the programmatic definition and rendering of specialized SVG shapes and attributes without external assets.
Node-qt is a native desktop application framework that provides C++ bindings for Qt, allowing developers to build desktop graphical user interfaces and manage application event loops from scripts. It functions as a native extension bridging underlying object models into JavaScript constructors for script-driven application runtimes, exposing system-level widget hierarchies and windowing primitives straight to high-level scripting environments without intermediary web layers. The library resolves runtime member calls against compiled classes by inspecting native object signatures on demand, w
Draws custom visual elements and shapes onto native window surfaces using programmatic painting interfaces.