I am a newcomer to Three.js and stumbled upon this library while searching for an open source project to create a basic virtual construction environment. I envision something similar to buildwithchrome, where users can assemble objects using a set of around twelve parts exported from SolidWorks.
Are you aware of any existing Three.js projects that resemble buildwithchrome, featuring a list of parts that users can select, drag, drop, rotate, translate, remove, snap/un-snap together, and move the camera?
This would be ideal as a foundation for my project, allowing me to focus on modifying the part selection and assembly process rather than dealing with user interactions from scratch.