Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terance-edmonds/3d-world
A simple 3D-world build with NextJs, ThreeJs and Blender.
https://github.com/terance-edmonds/3d-world
nextjs react threejs
Last synced: 24 days ago
JSON representation
A simple 3D-world build with NextJs, ThreeJs and Blender.
- Host: GitHub
- URL: https://github.com/terance-edmonds/3d-world
- Owner: terance-edmonds
- Created: 2021-11-15T17:08:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T14:40:10.000Z (about 3 years ago)
- Last Synced: 2024-11-15T14:36:17.718Z (3 months ago)
- Topics: nextjs, react, threejs
- Language: JavaScript
- Homepage: https://3d-nextjs-world.vercel.app
- Size: 5.92 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
# 3D World with NextJS
## Packages
ThreeJS - https://threejs.org/ \
CannonJS - http://www.cannonjs.org/ \
NextJs - https://nextjs.org/## Usage
### Install packages (node_modules)
> yarn install
or
> npm install
### Run on localhost:3000
> yarn dev
or
> npm dev
That's It. Enjoy! 😏