An open API service indexing awesome lists of open source software.

https://github.com/zcfan/babylonjs-demo-shader-material

demo of weekly tech talk about babylonjs
https://github.com/zcfan/babylonjs-demo-shader-material

Last synced: about 2 months ago
JSON representation

demo of weekly tech talk about babylonjs

Awesome Lists containing this project

README

        

demo of weekly tech talk "shader"
周会分享 shader demo

# preview

![](https://github.com/zcfan/babylonjs-demo-shader-material/blob/main/preview1.gif?raw=true)
> vertex shader demo: this project

![](https://github.com/zcfan/babylonjs-demo-shader-material/blob/main/preview2.gif?raw=true)
> fragment shader demo1: https://www.shadertoy.com/view/McBXzm

![](https://github.com/zcfan/babylonjs-demo-shader-material/blob/main/preview3.gif?raw=true)
> fragment shader demo2: https://www.shadertoy.com/view/lcBXzm

# quick start

```
yarn install
yarn preview
```