Building Blocks

This is a gallery of Tesseract examples that end at the build stage of the Tesseract lifecycle, and that can act as starting points to define and build your own Tesseracts.

You can also find these Tesseracts in the examples directory of the code repository.

Important

Beyond the Build: The real magic happens long after building a Tesseract. For some example applications that use Tesseracts in workflows, check out the Demo and Community Showcase.

HelloWorld

A simple “hello world” Tesseract.

building-blocks/helloworld.html
VectorAdd

Tesseract performing vector addition. Highlighting simple array operations and how to use the Tesseract Python API.

building-blocks/vectoradd.html
Package Data

A guide on including local files into a built Tesseract.

building-blocks/packagedata.html
Pyvista on ARM64

A guide showcasing how to use custom build steps to install pyvista within an ARM64 Tesseract.

building-blocks/arm64.html
Local Dependencies

A guide on installing local Python packages into a Tesseract.

building-blocks/localdependency.html
Data Loader

Tesseract that loads in data samples from a folder without loading them into memory.

building-blocks/dataloader.html