Moritz Mœller
Moritz Mœller
I just looked into replacing `ahash` with `gxhash` elsewhere and ran into `HashMap::new()` missing. I reckon there may be more. I'll have a look later and may add some PRs...
So I just started playing around with the `viewer`. This Rhai script ```rust fn length(x, y) { sqrt(x*x + y*y) } draw(|x, y| length(x, y) - 1)) ``` works as...
See subject. :)
Houdini is probably *the* app to look at, as an example, what to implement for a node graph editor. They've been around the longest. TouchDesigner is btw a fork of...
See subject. Or, alternatively, with [`colstodian`](https://docs.rs/colstodian/latest/colstodian/)'s base, [`kolor`](https://docs.rs/kolor/latest/kolor/). Whichever is the better suited abstraction. Color management in Ae is still a mess. At least on the SDK side we can...
Just recording an undocumented tidbit from the Ae SDK list here: > The Pipl file effect version has to match PF_VERSION returned value otherwise you are limited to Max 7...
TLDR;: > The handle lock and unlock calls no longer do anything in After Effects [since CS6/10 years] so you can leave those out. See discussion on [Adobe forums](https://community.adobe.com/t5/after-effects-discussions/wrapping-memory-allocation-for-after-effects/m-p/12798138).
I'm looking into adding Signal support for an app that uses one-time-passwords (OTPs) sent to user's phone numbers to verify them. I.e. the app is sending OTPs via SMS, WhatsApp...
* Updated to Rust 2021. * Bumped all deps to latest versions. * Made the crate build with stable Rust using the `is_sorted` crate. When using the `unstable` feature the...
See subject. Pretty please.