yoyonel
yoyonel
I propose a (new) implementation with scipy/numpy implementation for interp: ``` def interp(scl, r): ''' Interpolate a color scale "scl" to a new one with length "r" Fun usage in...
Yep the result logs are pretty volatile depend of GPU family (and OpenGL Driver implementation). I can't support all OpenGL drivers (i don't have all GPU and drivers on my...
I'm in vacation (portugal) but i will check tonight if i can build the experimental-2 branch (and merge it). (I'm on notebook ubuntu-mate (16.04) with gcc ... dont remember the...
Do you have some documentation about this branch: `experimental-2` ? The 'tests'/example folder are very ... slim :p
@einarf i'v rebased this MR with `master` (from `moderngl`). I had to deactivate (skip) utest on vertex shader error, because on CI (VM used by Github Action), this utest return...
Hi Bart ! I've forked your depot and worked on branch for gcc-4.9 (ubuntu/mint x64) support. If you want, you can read/grab the result :-) =>[https://github.com/yoyonel/Effective-Modern-Cpp/tree/gcc-4.9](https://github.com/yoyonel/Effective-Modern-Cpp/tree/gcc-4.9) Take for your sharings,...
Yo Bart ! No problem to submit a pull request (it's done). Cu soon ^^ YoYo
Yo Bart, I sent to you a response on #5 ^^
i will fix tomorrow the problem/bug for clang++ 3.7 ;-)
Good idea, i will take a look on that.