Anton Pieper
Anton Pieper
Is there any way to run this on android? I can run esbuild without problems and rollup can also be used. Maybe using wasm?
I have moved on since then and haven't yet started another project again using bevy, so I don't know. I can check this again this weekend though. Thanks for the...
What exactly do you mean by that? Something like this? ```glsl uniform sampler2D backbuffer; // [bind = fragColor] uniform sampler2D backbuffer2; // [bind = somethingElse] out vec4 fragColor; // [output]...
Hmm, maybe this is from the recent addition of the notification listener?
No, but you can learn GLSL with this app and prototype different effects that you can then copy over to minecraft
Is the editing of text slow, the scroll slow, or the lag due to compilation?
@RpxdYTX is that a performance regression since last year, or has the slowness always been an issue for you? Because I have implemented lexer-based highlighting for [version 2.32.0](https://github.com/markusfisch/ShaderEditor/releases/tag/2.32.0), which _should_...