patriciogonzalezvivo / thebookofshaders

Step-by-step guide through the abstract and complex universe of Fragment Shaders.
http://TheBookOfShaders.com
Other
5.97k stars 679 forks source link

changing the code from examples #53

Closed moleike closed 8 years ago

moleike commented 8 years ago

If you are reading this book in a browser the previous block of code is interactive. That means you can click and change any part of the code you want to explore. Changes will be updated immediately thanks to the GPU architecture that compiles and replaces shaders on the fly. Give it a try by changing the values on line 6.

I can see the code using devtools, but I guess that's not the idea :) What am I missing?

necsoft commented 8 years ago

Hello @amorenoc, this is the normal behavior on Chrome:

livecode

Which Browser and OS are you using?

moleike commented 8 years ago

@necsoft I just can see the canvas, but not the editor. I am using Chrome 49.0.2623.75 on OSX El Capitan. I tried Safari too, and got the same result.

patriciogonzalezvivo commented 8 years ago

Hello @amorenoc, I just fix it. Thanks for reporting this bug.

moleike commented 8 years ago

great job, thanks!