forked-repositories / My-3D-Room

My room in three JS Fully controlled 3D environment Fully customizable user-experience.

Home Page:https://my-3-d-room.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My 3D Room

My room in three JS
Fully controlled 3D environment
Fully customizable user-experience.

Thumbnail
Demo

Windows Setup

Installation

Make sure you have installed Node.js and NPM first:
(This is for checking the installed versions)

For Node:

node -v

For NPM:

npm -v

If not: download Node.js from Here
And then install it on your computer

Let's install our project's dependencies once we're done with Node.js

(Open the project in VS Code, Run the terminal and type)
Install dependencies:(only the first time)

npm install

Compile the code for development and run the local server at localhost:8080:

npm run dev

Build for production in the dist/ directory

npm run build

Used Tools

Libraries
  1. ThreeJS

Responsive (only manipulation the 3D model for viewing purposes, modifying and reacting on the environment isn't possible)✔️

Follow me on

Instagram, Linkedin , Codepen, GitHub

About

My room in three JS Fully controlled 3D environment Fully customizable user-experience.

https://my-3-d-room.vercel.app


Languages

Language:JavaScript 92.7%Language:GLSL 5.6%Language:HTML 1.2%Language:CSS 0.5%