Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancercomet/threejsjourney
My practice code for the course ThreeJS Journey. Plus a Vue binding library for Three.
https://github.com/lancercomet/threejsjourney
three threejs threejs-example threejs-journey threejs-learning vue vue3 vuejs webgl
Last synced: 3 days ago
JSON representation
My practice code for the course ThreeJS Journey. Plus a Vue binding library for Three.
- Host: GitHub
- URL: https://github.com/lancercomet/threejsjourney
- Owner: LancerComet
- Created: 2022-01-20T14:03:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T07:55:13.000Z (10 months ago)
- Last Synced: 2025-01-26T15:03:37.819Z (25 days ago)
- Topics: three, threejs, threejs-example, threejs-journey, threejs-learning, vue, vue3, vuejs, webgl
- Language: TypeScript
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreeJS Journey
> Slava Ukraine!
This project comes with two parts:
- My practice codes for the course **ThreeJS Journey**, but not all chapters are included.
- A series of packages named **DanceFloor** under `packages` folders. In short, this is the Vue version of React Three Fiber.## Packages
### DanceFloor
DanceFloor was built with Vue 3, but in theory it compatible with Vue 2.7+.
This package is published to npm as the name `@lancercomet/dancefloor`.
### DanceFloor Modifiers
This is a Vue wrapper of [three.modifiers](https://github.com/drawcall/threejs-mesh-modifiers).
This package is published to npm as the name `@lancercomet/dancefloor.modifiers`.
## ThreeJS Journey
ThreeJS Journey is located in `three-js-journey`.
How to start:
- Run `npm run dev` in `three-js-journey` folder.