DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

A christmas scene created with three.js, react three fiber, gaussian splatting and blockade labs with lots of shaders

Merry Three.js Christmas

A christmas scene created with three.js, react three fiber, gaussian splatting and blockade labs with lots of shaders

Christmas scene using threejs, react three fiber and gaussian splatting

A christmas scene created with three.js, react three fiber, gaussian splatting and blockade labs with lots of shaders

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm start

# Build for production in the dist/ directory
npm run build
Enter fullscreen mode Exit fullscreen mode

GitHub

View Github

Top comments (0)