Norbert Nemec

Results 2 issues of Norbert Nemec

I found that cgmath has optional support for simd, which does not compile since Rust 1.33 and is deprecated in favor of packed_simd (see https://crates.io/crates/simd) From what I can see,...

enhancement

Studying how Logo.elm is implemented, I noticed that Cycle.elm is overly complicated, so I took it as a first small exercise to simplify it.