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: 3 months 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: 2023-12-04T07:16:05.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:51:03.233Z (3 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: 2
- 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
```## Notes
Would be really appreciated if you are willing to give me a star 🎉
If you have any questions or somewhere I can do better, welcome to send an issue or e-mail to me 🙏
e-mail: [email protected]