Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 742 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 742 Bytes

Text Engraving & Extrusion

Text Engraving & Extrusion demo is implemented using Three.js, with Typescript and webpack5. Used THREE-CSGMesh as the core tech to achieve engraving and extrusion results.

Screenshots

engraving demo extrusion demo

Run Locally

Clone the project

  git clone https://github.com/HarveyLijh/Text_Engraving.git

Go to the project directory

  cd Text_Engraving

Install dependencies

  npm install

Start the server

  npm run dev