Skip to content

Dev server to prototype with threejs and custom glsl shaders

Notifications You must be signed in to change notification settings

em-yu/threejs-glsl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threejs-glsl-dev

Built with:

This is a ready-to-use base to build a threejs project with custom shaders, written as separate files (makes it possible to use a linter).

Install by downloading and running: npm install

Start live-reload server with: npm start

Build (in /dist folder) with: npm run build

Shaders can be imported in index.js by doing: import shader from './shader.vert'

About

Dev server to prototype with threejs and custom glsl shaders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published