Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 Vue 渲染库 —— 使用 Rust 语言实现纯软件光栅化
rustq/vue-skia 的主要功能包括:Trees and Graphs, Graphics & Design, Graphics Rendering。
rustq/vue-skia 的开源替代品包括: limeth/euclider — A higher dimensional raytracing prototype with non-euclidean-like features. ivanceras/svgbob — svgbob is an ASCII to SVG converter and text-based diagramming tool. It transforms structured ASCII diagrams and plain… kaminarios/rustracer — Vulkan path tracing with Rust. dps/rust-raytracer — 🔭 A simple ray tracer in Rust 🦀. flxzt/rnote — Rnote is a vector-based note-taking and drawing application designed for capturing handwritten input. It functions as… linebender/resvg — Resvg is a high-compliance SVG rendering library and parsing engine designed to convert scalable vector graphics into…
svgbob is an ASCII to SVG converter and text-based diagramming tool. It transforms structured ASCII diagrams and plain text sketches into clean, scalable vector graphics. The tool specializes in converting ASCII art and text-based scribbles into precise SVG paths, specifically for technical documentation and presentations. It supports the generation of directional arrows and structural diagrams by translating specific characters into vector lines, corners, and intersections. The system includes capabilities for rendering ASCII diagrams, generating vector graphics for technical guides, and es
Rnote is a vector-based note-taking and drawing application designed for capturing handwritten input. It functions as a digital workspace that records stylus pressure and movement to create sketches and notes, storing them as mathematical paths rather than pixels to allow for infinite scaling and non-destructive editing. The application provides a flexible canvas environment that supports infinite scrolling and various page layouts. Users can organize their work using a layer-based system, which allows for the independent manipulation and ordering of individual strokes, shapes, and background
🔭 A simple ray tracer in Rust 🦀