rustq / vue-skia

Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 Vue 渲染库 —— 使用 Rust 语言实现纯软件光栅化
https://vue-skia.netlify.app
MIT License
293 stars 12 forks source link

还没有实现 slot #5

Closed meloalright closed 1 year ago

meloalright commented 1 year ago

🤔 目前没有实现 slot

导致这样的语法不会生效

  <v-rect :x="110" :y="220" :width="30" :height="30" color="cyan" :style="'fill'">
    <v-rect :x="30" :y="420" :width="30" :height="30" color="red" :style="'fill'" />
  </v-rect>

感觉加上这个功能 以后能方便对标 react-native-skia<Group /> (react-native-skia/docs/group)

meloalright commented 1 year ago

顺便更新了下 vue-playground 我觉得比较顺手的调试方法 👏🏻

https://github.com/rustq/vue-skia/blob/793f02645dce834f5f0610b3977043941b904e6c/vue-playground/README.md?plain=1#L12-L43

meloalright commented 1 year ago

不过感觉以后应该也只有 <v-group /> 会用 slot