
Tag Archives: texture
List of Image Formats supported by the ImageMagick Plugin
How to Read the Keyboard in a GLSL Shader

Interesting question, especially if you try to port some Shadertoy demos that can read the keyboard from the pixel shader.
Simple SlideShow Demo

Here is a simple slideshow demo. You load several images using the LoadTexture() (INIT script line 20) function and each texture is displayed during duration time (FRAME script lines 3 and 7).
A Simple Method to Render an Image

To render an image, we need an orthographic camera, a texture GPU program, a quad and the image (a texture).