WikiExplorer is a graph-based Wikipedia exploration tool that analyzes and visualizes relationships between articles.
The project consists of two main components:
- a crawler bot that traverses Wikipedia pages, collecting articles and their internal links with configurable depth and breadth;
- a graph renderer that converts the collected data into a visual graph, where nodes represent pages and edges represent links between them.
go build -C explorer
odin build ./renderer/renderer.odin -o:aggressive -fileTo run the example, execute the following command:
./renderer.bin \
-i ./examples/2026-01-22_22-05-06.txt \
-sl 0.04 -si 5 -ag 4- Left mouse button — pan the graph
- Right mouse button — drag individual nodes
- Mouse wheel — zoom in or zoom out