Michal Štrba

Results 6 issues of Michal Štrba

The tutorials in the wiki currently cover just basic topics. These tutorials need to be written: - [ ] Target/Triangles/Picture interface pattern (the "inside of the library") - [ ]...

enhancement
documentation

The current core pattern of Pixel has a few weak points. 1. `Triangles` interface method set is not optimal. `SetLen` is only used to either clear the triangles, or when...

Benchmarks are incredibly useful when optimizing performance. They are also useful when we want to tell people how much we improved the performance of the library (for example: _"The performance...

enhancement

Here we have the new repo, hope you like the new [name](https://www.youtube.com/watch?v=vynnzHAb6hg)! In the old repo, we had an [issue](https://github.com/faiface/pixel/issues/32) where we discussed the progress and features. I liked this...

The reason is, that in such cases, resampler can stream different amount of samples than needed (we always need to stream len(samples) samples of the original data). We somehow need...

Hey, amazingly written course! In section 25.8 (Important Traits / Closures ...), it is stated that: > move closures only implement FnOnce. That is not true. What move closures do...