메타버스 커뮤니티 개인 프로젝트로 three.js 기반의 react three fiber 및 socket.io 연습을 위해 진행하였습니다.
three.js의 기본기를 쌓으면서 socket.io 및 gcp를 이용한 백엔드 배포를 경험해 볼 수 있었습니다.
git clone https://github.com/DumakIt/PlayWorld.git
cd PlayWorld
cd client
npm install or yarn install
.env.local 생성 및 작성
npm run dev or yarn dev
cd socket-server
npm install or yarn install
.env 생성 및 작성
npm run dev or yarn dev
기능 | 영상 |
---|---|
캐릭터 생성 | |
캐릭터 조작 | |
채팅 |