I’ve created a simple app that might be useful to someone, specially to beginners. It’s an interactive explorer of Three.js examples. It lets you edit code of the examples and see the result instantly.
You can find it here https://github.com/vujadin/threejs_explorer , there is a pre-built version for windows in releases.
I’ve updated the app, it now allows you to save your changes as custom scripts by clicking ‘save’ icon in ‘Code’ tab.
Those scripts will show up in “CUSTOM” folder in the tree view.
Windows build is in the ‘releases’ on github.