Santiago Pelufo

Results 9 issues of Santiago Pelufo

Hi, I've added the ability to expand the selection when moving with `paredit_forward` or `paredit_backward`. I have `ctrl+left` and `ctrl+right` bound to these commands and so I found that I...

Run into the triangle example failing because shader string literals return tuples and `Program` expects shaders. This fixes it by making the string literals return `Shader`s, which I think makes...

It seems to me that these functions are wrong, if you step the index by 1 you move to a control point instead of the next segment.

``` $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help....

Hi, thanks for the script. I use two monitors, one above the other. The script assumes the displays are side by side, so it didn't work. [Here](https://github.com/spelufo/dotfiles/blob/master/.bin/switch-monitor) I've modified it...

Hi. This PR adds normals reading/writing for ply files.

The uvs are not being loaded properly. Some are not set, I'm seeing undefined values. ``` $ grep vt turn_04_h1.obj | head vt 0.146651 0.103684 vt 0.146657 0.103619 vt 0.146246...