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.gitGo to the project directory
cd Text_EngravingInstall dependencies
npm installStart the server
npm run dev