-
I'm on Mac OS 10.10 using Sublime Text 3 and the glslViewer plugin.
It seem like a master or slave thread gets "lost" during all the building steps and gets stuck in an infinite loop. After taking th…
-
main.fsh:
```
uniform sampler2D u_tex0;
uniform vec2 u_tex0Resolution;
void main() {
vec2 currentCoord = vec2(gl_FragCoord.x / u_tex0Resolution.x, gl_FragCoord.y / u_tex0Resolution.y);
vec4 …
-
I followed the installation instruction and I am getting compilation error
g++ -o glslViewer -Wl,--whole-archive include/tinyobjloader/tiny_obj_loader.cc src/app.o src/main.o src/utils.o src/3d/camer…
-
```
root@tcll-AY589AAR-ABA-a4317c:~# git clone git@github.com:glfw/glfw.git
Cloning into 'glfw'...
Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known host…
-
hi
i'd love to read your book on my mobile while traveling. so i tried to create the pdf on my ubuntu14.10 workstation (no raspy around).
it seems that some images are missing:
```
pandoc: Could n…
-
Hi Patricio,
I have installed homebrew and glfw as per your instructions for osx but when I get to the make command I am getting the following error. Any ideas how to resolve this? Thanks :)
Joshua…
-
Hi,
I just tried to make GlslViewer to work on local shaders from shadertoy, but I can't compile the app :
It seems to be that pkg-config can't find GLU (glu.pc, I checked and it doesn't exist in …
-
hi! i get the following error when i try to make:
```
λ brucemacpro glslViewer → λ git master* → make
src/3d/node.o
g++ -Wall -g -std=c++0x -fpermissive -DPLATFORM_OSX -stdlib=libc++ -I/usr/local/Cel…