Nixon

Results 38 issues of 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...

enhancement

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.

C-enhancement
S-setup
Z-medium
1- needs research

Fixes Typst broken support introduced by #39

enhancement
help wanted
blocked

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...

enhancement
help wanted

## 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...

enhancement
good first issue

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.

enhancement
good first issue

documentation
good first issue
blocked

## 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...

enhancement

## Goal Add support for rendering and animating video files. Some recommended supported file types are `.mkv`, and `.mp4`.

enhancement
help wanted