https://github.com/mooncat126/threejs-control-game
🐺 An interactive 3D game built with Three.js and Next.js and Vue.js, featuring a controllable models and various 3D objects.
https://github.com/mooncat126/threejs-control-game
fxb gifloader nextjs three-fiber threejs threejs-example threejs-learning vuejs
Last synced: 8 months ago
JSON representation
🐺 An interactive 3D game built with Three.js and Next.js and Vue.js, featuring a controllable models and various 3D objects.
- Host: GitHub
- URL: https://github.com/mooncat126/threejs-control-game
- Owner: mooncat126
- Created: 2024-08-15T14:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T02:32:52.000Z (about 1 year ago)
- Last Synced: 2025-02-01T10:51:14.625Z (8 months ago)
- Topics: fxb, gifloader, nextjs, three-fiber, threejs, threejs-example, threejs-learning, vuejs
- Language: SCSS
- Homepage:
- Size: 112 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js Control Game Examples
This repository is dedicated to storing various Three.js examples.
Each example demonstrates different features and functionalities of Three.js in interactive 3D environments.
For more details, please refer to the README files in each folder.## Three.js Wolf Control Game
[English](./wolf-control-game/README.md) | [简体中文](./wolf-control-game/README_zh.md)An interactive 3D game built with Three.js and Next.js, featuring a controllable wolf model and various 3D objects.
### Features
preview: https://threejs-wolf-control.netlify.app/

- **🐺 Controllable Wolf**:
- `Arrow Keys(↑↓←→)` to move the wolf
- `Shift Key` to run
- `Space bar` to make it sit or stand
- **✨ 3D Environment**:
- Includes a dynamic starry background, buildings, and a ground plane.
- **🖥 Responsive Design**:
- Works seamlessly across different screen sizes.***
## Three.js Office Scence (Vuejs)
[English](./office-scene-vue-model/README.md) | [简体中文](./office-scene-vue-model/README_zh.md)This project showcases a 3D office scene built using Vue.js and Three.js. It features interactive elements such as a rotating chair, animated video screens, and theme switching with dynamic lighting and material effects.
### Features
preview: https://threejs-office-scene.netlify.app/

- **💡 Controllable Lamp**:
- click lamp to turn it on/off
- **✨ 3D Environment**:
- Includes a dynamic background and a ground plane.
- **🖥 Responsive Design**:
- Works seamlessly across different screen sizes.