-
Hello VS code team,
I'm trying to develop an extension to add an __"input hover"__ inside code, that changes code itself and launch a command. In order to clarify what i mean, see this example from…
-
Is there a way to get the backbuffer as a sampler2D uniform?
-
The REPL is editable (you can use arrow keys and backspace) and I saw somewhere “readline” as a dependency: afaik readline has autocompletion facilities, if curv use it, it could use them so that to o…
-
There's a console error on init a glslEditor with the frag_header option.
It could be avoided changing line 29 of `Shader.js`
from
`this.elCanvas.setAttribute('data-fragment', this.options.fra…
-
It's because the name changing from link_button to linkButton
-
Hello,
Is it possible to use a kind of `uniform sampler2D backbuffer` to get the pixels color of previous screen frame?
Thank you in advance,
-
2018.6.25
-
GlslEditor is an online shader editor with some tools for life coding, recording, tweaking, testing and sharing frag shaders http://editor.thebookofshaders.com code: https://github.com/patriciogonzal…
-
I just started using this plug-in for sublime text 3 and I love it already! However, I ran into an issue I was hoping someone could help me with.
Where are the png sequences saved after rendering i…
-
book: thebookofshaders.com
editor: editor.thebookofshaders.com (https://github.com/patriciogonzalezvivo/glslEditor)
raspberrypi player: https://github.com/patriciogonzalezvivo/glslViewer
WebGL play…