Nixon
Nixon
**Summary** DeepSpeech allow us to add bias to a word. We can use this feature to create a simple hotword detection. **Intended Outcome** - What is the use case of...
for the editor part, I find Helix to be quite suitable for bevy workflow. Hopefully someone can add something about it. I can help contribute too if needed.
Fixes Typst broken support introduced by #39
Creating animations typically requires more primitives to work with. A good reference point of what we are lacking at the moment is the [motion canvas API docs](https://motioncanvas.io/api/2d/components). Personally below are...
## Goal Ability to create an arrow shape that is appended on the ends of `VelloLine` or `VelloBezPath`. Example: https://motioncanvas.io/api/2d/components/Ray ### Proposed Solution ```rust /// Attach an arrow head to...
Add ability to add radius to a rect. If we are reusing `VelloRect` for this, auto switching between rounded and non-rounded (when radius is 0) is recommended for performance.
## Goal Provide a better support for rendering SVGs. ### Proposed Solution This support should come in 2 forms, support for loading SVG files as well as loading SVG from...
## Goal Add support for rendering and animating video files. Some recommended supported file types are `.mkv`, and `.mp4`.