Jack
Jack
Hi, I'm really excited to use this crate but it doesn't appear to have pose estimation like the original library does. Apprently there is a way to use opencv but...
I feel implementing some integration with the [`image`](https://github.com/image-rs/image) crate would be a good move. I've just been trying out `eye` and wanted to save a captured frame to an image...
Hi! I've been using bricklink's [`stud.io`](https://www.bricklink.com/v3/studio/download.page) editor and [`PartDesigner`](https://www.bricklink.com/v3/studio/partdesigner.page) a lot and recently found this tool as I'm looking into using blender for rendering (Mostly as my gpu isn't properly...
Allows nannou to run apps without having to use `winit` to create a window. It Builds off of @dzil123 's proof of concept branch (https://github.com/dzil123/nannou/tree/headless) and provides a similar API...
It would be great to be able to create player characters, in a similar way roll20 does, using this tool. It should be possible to recreate it using the current...
I want a way to change how a snippet behaves depending on if its triggered in an inline math block ($$) or a normal math block ($$$$). A notable usage...
Hi, I'm looking to use materials from a different add-on (https://www.blendermarket.com/products/abs-plastic-materials) instead of the default ones. Is there a way to automate the process of assigning the materials or would...
The now cli now compiles .typ files to .png with the flag `--image`. Each page/frame is saved individually (`output-1.png` for the first page for example). Additional options have been added...
### Description To reproduce: ``` #calc.cos(90deg) ```  Expected output: 0 My current work around is to use `round` to 16 digits. ### Reproduction URL https://typst.app/project/rW5cemVXv_UxcPYJ97Q6Lb ### Operating system Web...
## Expected Behavior The opposite card side should not be visible on any sized display. ## Current Behavior When viewing a `FlipCard` (on a Windows device) on my monitor (2560x1440)...