Es un entorno de ejecución de código GLSL. Para comenzar a Modificar el Fragment Shader: Escribe tu código en el área del editor. Usa las variables uniformes (resolution, time) y funciones matemáticas para crear efectos visuales. Interacción con el Código: Ejecutar código: Compila y aplica el código del fragment shader escrito en el editor al canvas. Puedes ajustar el código en tiempo real y ver los cambios directamente en el canvas. Si el código GLSL contiene errores, el shader puede no compilar correctamente.
-------------------It is a GLSL code execution environment. To start Modifying the Fragment Shader: Write your code in the editor area. Use uniform variables (resolution, time) and mathematical functions to create visual effects. Interaction with Code: Execute code: Compiles and applies the fragment shader code written in the editor to the canvas. You can adjust the code in real time and see the changes directly on the canvas. If the GLSL code contains errors, the shader may not compile correctly.
Manual ES/EN: https://github.com/kaio-rama/visualsloosers#generador-de-visuales