Show HN: Arcaide – Explore code with multi-level call graphs

24 points
1/21/1970
14 hours ago
by aqula

Comments


ramon156

I love this! It's relatively simplistic and would be a really fun tool to use during lectures.

13 hours ago

darkro

This looks really cool! I’ve piddled with something like this using mermaid charts, but this takes it up a level. Do you offer access to the code behind the tool?

10 hours ago

aqula

Not at this time, but down the line I probably will.

7 hours ago

billyp-rva

It's a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated?

[0] https://www.ilograph.com

11 hours ago

aqula

They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.

10 hours ago

mtsNews

How does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset.

12 hours ago

aqula

It identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code.

12 hours ago

actionfromafar

I wish something like this could trace also data flow in a program.

12 hours ago

aqula

Something I do have in mind. Do you have an idea of the kind of UX you'd like to see?

12 hours ago

chenshuiluke

I would be interested in this too if you ever build it.

11 hours ago

actionfromafar

Only naïve ones I'm afraid, such as a heap view.

12 hours ago

otaviodev

How u make this??

13 hours ago

rs545837

[dead]

11 hours ago