Skip to content

메타버스 커뮤니티 개인 프로젝트로 three.js 기반의 react three fiber 및 socket.io 연습을 위해 진행하였습니다

Notifications You must be signed in to change notification settings

DumakIt/PlayWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayWorld

메타버스 커뮤니티 개인 프로젝트로 three.js 기반의 react three fiber 및 socket.io 연습을 위해 진행하였습니다.
three.js의 기본기를 쌓으면서 socket.io 및 gcp를 이용한 백엔드 배포를 경험해 볼 수 있었습니다.

배포 주소

배포 주소: https://playworld-lyart.vercel.app/

시작 가이드

Installation

  git clone https://github.com/DumakIt/PlayWorld.git
  cd PlayWorld

Frontend

  cd client
  npm install or yarn install
  .env.local 생성 및 작성
  npm run dev or yarn dev

Backend

  cd socket-server
  npm install or yarn install
  .env 생성 및 작성
  npm run dev or yarn dev

시연 자료

기능 영상
캐릭터 생성 playworld 생성
캐릭터 조작 playworld 조작
채팅 playworld 채팅

About

메타버스 커뮤니티 개인 프로젝트로 three.js 기반의 react three fiber 및 socket.io 연습을 위해 진행하였습니다

Resources

Stars

Watchers

Forks