react-shaders
v0.0.4
Published
React Shaders is an open source library for creating GLSL/WebGL shaders in React and Typescript, with support for modern shader bindings like those in Shadertoy and Rysana.
Downloads
3,308
Readme
React Shaders
Modern GLSL/WebGL bindings & components for React and Typescript.
npm i react-shaders
Usage
React Shaders is Rysana's open source library for creating GLSL/WebGL shaders in React and Typescript, with support for modern shader bindings like those in Shadertoy and Rysana. react-shaders
is built on the combined work of Morgan Villedieu's shadertoy-react
and some modifications by Rysana.
You can install Lusat with npm
, pnpm
, or yarn
:
npm i react-shaders
pnpm i react-shaders
yarn add react-shaders
Documentation
Please read the docs on the website: https://rysana.com/docs/react-shaders
Contributors
Credits to original authors:
- Morgan Villedieu @mvilledieu: Code, creator of shadertoy-react
- Charlie Hoey @flimshaw: Code, contributed to shadertoy-react
- Iñigo Quilez & Pol Jeremias: Shadertoy GL syntax, creators of Shadertoy