o
odinpkg.dev
packages / tool / WikipediaExplorer

WikipediaExplorer

1ab70ddtool

Wikipedia Explorer is a graph-based Wikipedia exploration tool that analyzes and visualizes relationships between articles.

No license · updated 6 months ago

WikiExplorer

image

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.

Building

go build -C explorer
odin build ./renderer/renderer.odin -o:aggressive -file

Example

To 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

Controls

  • Left mouse button — pan the graph
  • Right mouse button — drag individual nodes
  • Mouse wheel — zoom in or zoom out