monteslu / pagenodes

Completely Browser Based IOT Platform
https://pagenodes.com
Apache License 2.0
222 stars 32 forks source link

Question: DId you use a library for your drag and drop query building? #62

Closed paul42 closed 8 years ago

paul42 commented 8 years ago

I'm a huge fan of the drag and drop query building - do you know off hand if there are any libraries that I can utilize in my other projects to get close to this functionality?

Thanks in advance, Paul

monteslu commented 8 years ago

@paul42 this UI is based on node-red which uses jquery and D3. It's tightly coupled to the rest of the codebase, so it might be a lot of work to try and re-use it.

D3 is pretty straight forward itself though.

paul42 commented 8 years ago

Awesome, thanks for pointing me towards those libraries! your project looks really cool, I'm looking forward to tinkering 👍