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.
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