https://github.com/julien-r44/webgl-experiments
Some experiments with WebGL, GLSL Shaders, and Three.JS.
https://github.com/julien-r44/webgl-experiments
shaders threejs typescript webgl
Last synced: 10 months ago
JSON representation
Some experiments with WebGL, GLSL Shaders, and Three.JS.
- Host: GitHub
- URL: https://github.com/julien-r44/webgl-experiments
- Owner: Julien-R44
- Created: 2021-10-04T07:20:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T09:37:15.000Z (over 4 years ago)
- Last Synced: 2024-05-01T15:26:04.726Z (almost 2 years ago)
- Topics: shaders, threejs, typescript, webgl
- Language: TypeScript
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl-experiments
[](https://app.netlify.com/sites/webgl-exp/deploys)
Just some experiments with WebGL, GLSL Shaders, and Three.JS.
Visit : [https://webgl-exp.netlify.com](https://webgl-exp.netlify.com) for seeing theses.
## Installation & usage
```
npm i
npm run dev
```
And now access your localhost:3000.