jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.29k stars 454 forks source link

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

Open dinfer opened 2 years ago

dinfer commented 2 years ago

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.

jonobr1 commented 2 years ago

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.

dinfer commented 2 years ago

Thanks a lot. I'll take a look.