-
# Embed GlslEditor in Markdown | PE工具箱
GlslEditor GlslEditor by patriciogonzalezvivo 2D Random Source code is from TheBookOfShaders // Author @patriciogv - 2015 // http://patriciogonzalezvivo.com #…
-
1. Run `make clean pdf` on MacOS Monterey
2. At a point gifs cannot be converted to pdfs
```
convert ./04/glslEditor-01.gif ./04/glslEditor-01.png
/bin/sh: convert: command not found
convert ./0…
-
[Issue as described raised on the `glslEditor` repo.](https://github.com/patriciogonzalezvivo/glslEditor/issues/57)
-
to avoid unnecessary websocket messages, only send the shader text when it compiles successfully
-
"postinstall": "ln -nsf ../src/js node_modules/app" fails when install from npm . What is the purpose of this? Can it just be removed?
-
getContent returns the editor content, whether it compiles or not.
I would like to have a function which returns a shader only if it compiles without errors.
And a function returning true if a new s…
-
-
I noticed that every time you update a uniform value the code calls this:
this.gl.getUniformLocation(this.program, name);
It's my understanding that this is (or can be) a pretty slow call. A…
-
Is it possible to import image textures ?
weepy updated
2 years ago
-
Thx for your awesome work, when will you update the new chapters? can't wait :yum: