Following this line of thought, I think allowing user to define tab border color or even to add different noise for each tab worth considering (noise fades with zoom level and distance to the view port center).
Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
131–140 of 176 posts
Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#132So this is a major side question, but is there a go-to open source infinite canvas? I'm building a card game and I need a multiplayer infinite canvas for it. I'd appreciate any recommendations.
Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#133Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#134Beware, canvas-based code editors (like Code Bubbles) have problems. A 1d carousel/ribbon performed better in some initial user studies: https://austinhenley.com/pubs/Henley2014CHI_Patchworks.pdf
Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#135Does this project take any inspiration from Light Table? Potential feature request - take the visualization beyond 2D. Really complex systems are usually an intricate graph (polite way of saying ball of yarn) and just visualizing in the 2D plane doesn't seem to cut it in my experience. I would love to have something like concentric spheres of visualization - boundary services on the outer layer, core/domain services…
Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#136Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#137https://www.youtube.com/watch?v=RTsnSxyO6MY
It will be great if you are able to run tests on the codebase and watch the entire graph light-up in different colors. This is much cooler way to depict test coverage and also identify the most heavily used part of the codebase.
Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#138Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#139Re: Launch HN: Haystack (YC S24) – Visualize and edit code on an infinite canvas
#140I would try it if it was a VSCode extension. I'd like to use it, but I live inside cursor these days.