Live data from Hacker News

Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

news.ycombinator.com

21–30 of 75 posts

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#22

Couple UX nits from my first experimentation (though you may have already considered and have good reasons for current implementation!) - normal scroll (instead of ctrl+scroll which is typically used for making text larger) for zooming in / out - holding center mouse button to pan around (currently scrolls page instead)

On the web at least I am used to ctrl/cmd+scroll to zoom, shift+scroll for horizontal pan and scroll for vertical scroll.

Middle mouse drag should definitely pan.

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#24

Earlier quoted context omitted.

In my case, PlantUML.

We don't import PlantUML directly yet, but something we can look at.

That'd be pretty cool!

I'm curious what JavaScript/React libraries do you use to generate your lines and boxes visuals?

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#25

Earlier quoted context omitted.

We don't import PlantUML directly yet, but something we can look at.

That'd be pretty cool! I'm curious what JavaScript/React libraries do you use to generate your lines and boxes visuals?

We use https://pixijs.com, great project!

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#26
I love this, and will be giving it a proper try later this week. For years I’ve been talking about wanting a diagramming tool that can give a super high-level view when needed, but which allows zooming in to individual components in order to get more detail.

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#28

Earlier quoted context omitted.

That'd be pretty cool! I'm curious what JavaScript/React libraries do you use to generate your lines and boxes visuals?

We use https://pixijs.com , great project!

Cool! Does PixiJS draw the arrows and boxes and stuff for you or did you have to implement that yourself?

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#29

I love this, and will be giving it a proper try later this week. For years I’ve been talking about wanting a diagramming tool that can give a super high-level view when needed, but which allows zooming in to individual components in order to get more detail.

Let us know how you get on and any feedback you have!

Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs

#30

Earlier quoted context omitted.

We use https://pixijs.com , great project!

Cool! Does PixiJS draw the arrows and boxes and stuff for you or did you have to implement that yourself?

PixiJS is a bit lower level, it has some primitive shapes like line/box but we draw most things ourselves.
Post reply on HN