shadertoy_util library

A library defining a number of utilities to use with the shadertoy data model

Properties

codePairsRegExp RegExp
The regex used to extract from a filename triplets of digits of later conversion to a letter
final

Functions

catchError<R extends APIResponse, E>(Future<R> future, R handle(E), ErrorMode errorMode) Future<R>
fileNameToShaderId(String fileName) String
Convertes a filename to a shader id
picturePath(String path) String
Sanitizes the picture path
shaderIdToFileName(String shaderId) String
Converts a shaderId to a filename suitable for case sensitive OS's