From d0f87d04abe6775c55b1b8321b1a4d6005e18c0f Mon Sep 17 00:00:00 2001 From: meloalright Date: Mon, 3 Jul 2023 02:09:03 +0800 Subject: [PATCH] Add vue-skia --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 362b2c8..3a2a818 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [ivanceras/svgbob](https://github.com/ivanceras/svgbob) — converts ASCII diagrams into SVG graphics * [Limeth/euclider](https://github.com/Limeth/euclider) — A real-time 4D CPU ray tracer * [RazrFalcon/resvg](https://github.com/RazrFalcon/resvg) — An SVG rendering library. +* [rustq/vue-skia](https://github.com/rustq/vue-skia) — Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. * [turnage/valora](https://crates.io/crates/valora) — A library for generative fine art ![Rust](https://github.com/turnage/valora/workflows/Rust/badge.svg?branch=master) * [Twinklebear/tray_rust](https://github.com/Twinklebear/tray_rust) — A ray tracer