This project demonstrates the use of various geometries in a simple 3D project using JavaScript and React Three Fiber. It showcases how 3D works in a web environment and provides a live link to view the project.
- Utilizes almost all available geometries.
- Demonstrates 3D rendering with JavaScript.
- Interactive live link to view the project.
- Lists all geometries used in the
Experience.jsxfile.
Here are the geometry names used in this project:
BoxGeometrySphereGeometryConeGeometryCylinderGeometryTorusGeometryLatheGeometryCapsuleGeometryTubeGeometryTetrahedronGeometryOctahedronGeometryDodecahedronGeometryIcosahedronGeometryPolyhedronGeometryRingGeometryPlaneGeometryCircleGeometryShapeGeometryExtrudeGeometryTextGeometryParametricGeometry
- React
- Three.js
- React Three Fiber
- React Three Drei
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/JabedWeb/3D-Model-with-JavaScript
- Navigate to the project directory:
cd 3D-Model-with-JavaScript - Install the dependencies:
npm install
- Start the 3D Project:
npm run dev
Check out the live demo here.