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
- Host: GitHub
- URL: https://github.com/zcfan/babylonjs-demo-shader-material
- Owner: zcfan
- License: other
- Created: 2024-01-25T09:26:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T03:40:36.000Z (over 1 year ago)
- Last Synced: 2025-01-26T08:42:01.646Z (3 months ago)
- Language: TypeScript
- Size: 19.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
demo of weekly tech talk "shader"
周会分享 shader demo# preview

> vertex shader demo: this project
> fragment shader demo1: https://www.shadertoy.com/view/McBXzm
> fragment shader demo2: https://www.shadertoy.com/view/lcBXzm# quick start
```
yarn install
yarn preview
```