two.js icon indicating copy to clipboard operation
two.js copied to clipboard

[Question] Is there any plan to add components like input or dropdown ?

Open dinfer opened this issue 3 years ago • 2 comments

Describe your question I want implement somethine like this enso. using DOM may be another plan, but I'd like have a try using two.js or something like this.

dinfer avatar Jun 26 '22 00:06 dinfer

Two.js can certainly help you with the rendering side of creating an interface like the one you linked. I made a project back in 2013 that was inspired by a node interface

Screen Shot 2022-06-27 at 10 28 53 AM : https://jono.fyi/Just-A-Reflektor

That code is open sourced here for your enjoyment: https://github.com/unit9/justareflektor/tree/master/sandbox

Though Two.js has changed quite a bit in the almost 10 years since that project. Hope this helps and feel free to post update here.

jonobr1 avatar Jun 27 '22 17:06 jonobr1

Thanks a lot. I'll take a look.

dinfer avatar Jun 28 '22 02:06 dinfer