Skip to content

Akascape/ShaderToyVid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShaderToyVid

This is a tool built with python that can easily display and render any effect-shader from Shadertoy.com

Features

  • Ability to input a video as an i-channel
  • Render to video or image-sequence
  • Quick conversions
  • Add buffers and external textures
  • Built-in Code Editor
  • Apply any shadertoy effect shader (Read Details)

screenshot

How it works?

out.mp4

Dependencies (python)

  • Arcade
  • Customtkinter
  • OpenCV
  • Numpy
  • Chlorophyll

Details

This is an experimental project based on this shadertoy feature of Arcade.

You can right click on the open button to import any texture image.

I have collected some effect-shaders from shadertoy.com which you can download from here. (Sources are given within the files)

Paste the My Shaders folder with ShaderToyVid.

In some rare cases, you also have to force quit the program if the shader window freezes after any complex shader-error.

Future Development

  • Live Editing is unstable and is not implemented. (The demo video was just to show the common effects)
  • Any suggestion or pull requests are welcomed.

Please Note: This project is released under MIT license without any warranty!

Current version: 0.5