/ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper

Primary LanguageJavaMIT LicenseMIT

Shader Editor

Create and edit GLSL shaders on your Android phone or tablet and use them as live wallpaper.

Screenshots

Screenshot Screenshot with soft keyboard

Download

Get it on F-Droid Get it on Google Play

Features

  • Live preview in background or on an extra screen
  • Syntax highlighting
  • Error highlighting
  • Use any shader as live wallpaper
  • Exposure of sensors (camera, accelerometer, gyroscope, magnetic field, light, pressure, proximity)
  • Exposure of battery level
  • Supports wallpaper offset
  • Supports multiple touches
  • Supports multiple render resolutions
  • Previous rendered frame in backbuffer texture
    • This fork is modified so that the backbuffer maintains all of the previous frame's data. There is no clamping when reading from the previous frame, and the value read is the value written last frame. This however means that the app only works with Open GL ES 3.0 and above.
  • Import and use arbitrary textures
  • Create and use cube maps
  • Disables rendering when battery is low

See FAQ.md for frequently asked questions.