MCPcopy Index your code
hub / github.com/PistonDevelopers/conrod

github.com/PistonDevelopers/conrod @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1,807 symbols 5,127 edges 122 files 1,084 documented · 60%
What it actually does AI analysis from the code graph — generated when you open this
loading…

Extension points exported contracts — how you extend this code

Borderable (Interface)
Widgets that may display a border. [14 implementers]
conrod_core/src/border.rs
Display (Interface)
(no doc) [9 implementers]
backends/conrod_glium/src/lib.rs
WinitWindow (Interface)
Types that have access to a `winit::Window` and can provide the necessary dimensions and hidpi factor for converting `wi [3 …
backends/conrod_winit/src/lib.rs
UiAux (Interface)
Requirements for the auxiliary type within rendy graphs containing a `UiPipeline` node. [1 implementers]
backends/conrod_rendy/src/lib.rs
Labelable (Interface)
Widgets that may display some label. [11 implementers]
conrod_core/src/label.rs
TextureDimensions (Interface)
Glium textures that have two dimensions. [1 implementers]
backends/conrod_glium/src/lib.rs
Colorable (Interface)
Types that can be colored. [28 implementers]
conrod_core/src/color.rs
Widget (Interface)
A trait to be implemented by all **Widget** types. A type that implements **Widget** can be thought of as a collection [35 …
conrod_core/src/widget/mod.rs

Core symbols most depended-on inside this repo

clone
called by 192
conrod_core/src/text.rs
set
called by 175
conrod_core/src/widget/list.rs
map
called by 160
conrod_core/src/widget/graph/mod.rs
len
called by 133
conrod_core/src/position/rect.rs
and_then
called by 87
conrod_core/src/widget/mod.rs
theme
called by 81
conrod_core/src/ui.rs
color
called by 62
conrod_core/src/widget/grid.rs
xy
called by 60
conrod_core/src/position/rect.rs

Shape

Method 1,099
Class 302
Function 285
Enum 96
Interface 25

Languages

Rust100%

Modules by API surface

conrod_core/src/position/mod.rs122 symbols
conrod_core/src/graph/mod.rs71 symbols
conrod_core/src/text.rs69 symbols
conrod_core/src/position/rect.rs64 symbols
conrod_core/src/widget/mod.rs59 symbols
conrod_core/src/widget/graph/mod.rs55 symbols
conrod_core/src/ui.rs55 symbols
conrod_core/src/widget/list.rs46 symbols
conrod_core/src/color.rs45 symbols
conrod_core/src/input/widget.rs37 symbols
conrod_core/src/widget/primitive/shape/triangles.rs36 symbols
conrod_core/src/widget/primitive/line.rs35 symbols

For agents

$ claude mcp add conrod \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page