/Text_Engraving_N_Extrusion

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

Primary LanguageTypeScript

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