Files
xod/docs

title
title
XOD Documentation
<style> /* Force linked headers to be black, not blue */ h2 a { color: black; text-decoration: underline; } h2.icon.header { padding: 1.5em 0 0.5em 0; } /* Style for tutorial/guide/reference icons */ .ui.icon.header img { width: 64px; opacity: 0.4; } #showcase-cards .card { width: 340px; } /* No space below a card image */ #showcase-cards .image { font-size: 0; } /* Keep all images the same size */ #showcase-cards .card img { width: 100%; height: 191px; /* Aspect ratio 16/9 for 340px width */ object-fit: cover; } </style>

XOD Documentation

Official

For video lovers

{{#each tutvideos}}
{{ title }}
{{ description }}
{{/each}}

Concepts — XOD language objects and processes described in detail.

Making your own nodes — the most straightforward way to extend XOD and add support for new hardware.

Case studies — how-tos for common scenarios.

Projects and libraries — creating, managing, and sharing your works.


Showcase
Complete devices done with XOD

{{#each showcase}}
{{ title }}
{{{ description }}} by {{ author }}
{{/each}}

Contributing

Looking for the ways to improve the documentation, XOD language, or the ecosystem? There are many opportunities and were happy to accept any help. Read the summary in the Contributors guide.