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

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.

Awesome Lists containing this project

README

          

# webgl-experiments

[![Netlify Status](https://api.netlify.com/api/v1/badges/0a733fe9-ebe8-4383-ac28-00f88badc96f/deploy-status)](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.