isn't this what mbse (i.e. represented in sysml) is for?
Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
21–30 of 75 posts
Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#22Couple 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)
Middle mouse drag should definitely pan.
Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#23Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#24Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#25Earlier 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?
Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#26Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#27Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#28Earlier 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!
Re: Launch HN: IcePanel (YC W23) – Onboard engineers with explorable system designs
#29I 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
#30Earlier 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?