Alexander Overvoorde

Results 89 comments of Alexander Overvoorde

Hi, The typo has been corrected. I've just built the code on Windows and it appears to run without issues: ![](http://i.imgur.com/wvBVYIS.png) Are you running Mavericks?

Try adding: ``` settings.majorVersion = 3; settings.minorVersion = 2; ``` Or `context.*` if you renamed them to that.

In that case you should use SDL or GLFW to create the context. Both of these are modern libraries (unlike Glut) and have support for creating a core profile context,...

Those are subjects I plan to cover in the future when I have more time. My intent was for the tutorial to cover most of the features of OpenGL and...

Maybe, I'll think about it. On Apr 20, 2014 3:41 AM, "Luís Reis" [email protected] wrote: > What about using lighting/normals as an example to introduce a new topic: > G-buffers/multiple...

@Istador I could quickly implement it thanks to your research and link :+1: The sync script now mirrors images as-is for all architectures as seen for the `latest` tag on...

Can you run the command with `--debug`? ``` $ outrun --debug gary@gary-dev dune build ```

Can you show the `stat` output of your `/tmp`?

And `stat` on the local machine?

Strange, I'll try to find the time to reproduce and investigate this.