Reusing Editor UI components

Hi

I would like to reuse some of the components of threejs awesome editor. I´m really newbie to web programming and, before starting this task, I would prefer to know if this is kind of nonsense or it´s a possible and affordable task.

Any tips would be very appreciated.

Thanks!

The UI components of the editor are not developed so they can be independently extracted from the project and used somewhere else.

If you want to develop a custom application similar to the editor, it’s best to study the editor’s code, understanding what’s going on and then reuse the concepts.

Besides, you want to develop the UI components not necessarily from scratch (like the editor does) but might use an existing UI framework/library.

Got it!

Thanks for the explanation!