Search found 2 matches
- Thu Jul 17, 2025 6:38 pm
- Forum: Scripting
- Topic: Reverse-Engineering Moho's Binding for a Rust/Vello Renderer
- Replies: 2
- Views: 196
Re: Reverse-Engineering Moho's Binding for a Rust/Vello Renderer
Quick follow up (sorry for the length of the previous post). I was able to get LayerParentBone() to return -2 (flexi-binding) for the vector layer. I did that by using flexi-binding layer instead of flexi-binding points (a distinction I wasn't even aware of). The result seems to be to bind the entir...
- Wed Jul 16, 2025 7:46 pm
- Forum: Scripting
- Topic: Reverse-Engineering Moho's Binding for a Rust/Vello Renderer
- Replies: 2
- Views: 196
Reverse-Engineering Moho's Binding for a Rust/Vello Renderer
I'm currently working on a personal project: a 2D shape rendering library in Rust, using the Vello library for GPU-accelerated rendering. The goal is to render animated vector graphics exported from Moho. The project has involved a few key challenges: Understanding the Moho tool and its file structu...