https://github.com/tomhsiao1260/life-of-cube
🦠A cool Three.js and WebGL practice
https://github.com/tomhsiao1260/life-of-cube
3d glsl shader shaders three-js threejs webgl
Last synced: 4 days ago
JSON representation
🦠A cool Three.js and WebGL practice
- Host: GitHub
- URL: https://github.com/tomhsiao1260/life-of-cube
- Owner: tomhsiao1260
- License: mit
- Created: 2021-01-31T22:24:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T03:50:05.000Z (about 2 months ago)
- Last Synced: 2025-04-22T06:10:12.976Z (about 2 months ago)
- Topics: 3d, glsl, shader, shaders, three-js, threejs, webgl
- Language: JavaScript
- Homepage: https://tomhsiao1260.github.io/life-of-cube/
- Size: 11.7 MB
- Stars: 120
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Life of Cube | Play It
![]()
## Introduction
Try to make a cube come to life through three.js and WebGL. All techniques used in this project can be found in Three.js Journey course.
keywords: [Three.js](https://threejs.org/), [WebGL](https://github.com/KhronosGroup/WebGL), [GLSL](https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_on_the_web/GLSL_Shaders), shaders, particles system
## Installation
```
npm install
```## Start Server
```
npm run dev
```