> For the complete documentation index, see [llms.txt](https://dynamics.solsarratea.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dynamics.solsarratea.world/content/day-1.md).

# Day 1

## Slides <a href="#brief-description" id="brief-description"></a>

{% embed url="<https://docs.google.com/presentation/d/e/2PACX-1vR1iYX5BCEiDXsTtX9XU1AxUfdWcYeYJYPVx03Sai-cO8kKgLBac4-aX4JGyxgXKcBvF8kkdPd1RPcb/pub?start=false&loop=false&delayms=3000>" %}

## Shared Document for collaborative writing

{% embed url="<https://pad.riseup.net/p/UPDATE_Festival>" %}

## Patch of the day

{% embed url="<https://cables.gl/p/U7C6AL>" %}

## Activities

Using a CustomShader operator to read an incoming texture:

1. How can we change the input texture?
2. How can we change the world view?
3. How can we swapfrom the output texture the rgba channgels for bgra?

Using the output texture in a point cloud:

1. How can we change the world view?
2. How can we change the particles positions as a group? How can we move each particle independently?
3. How can we change the particle size and color?

Further additions:

* Usage of operator for body tracking and translating particles with nose movement.

## Notes

**Cables.gl Documentation**

{% embed url="<https://cables.gl/ops>" %}

**Are.na channels with bibliographical references**

{% embed url="<https://www.are.na/sol-sarratea/dynamics-ajfosdw6oym>" %}

{% embed url="<https://www.are.na/sol-sarratea/computer-graphics-history-dctglwv0hey>" %}

**List of GLSL Functions**

{% embed url="<https://shaderific.com/glsl.html>" %}

{% embed url="<https://thebookofshaders.com/glossary/>" %}

**Metric to measure understanding**

{% embed url="<https://docs.google.com/presentation/d/e/2PACX-1vR1yL1uFfoBBaSOkXt9uN0dlmim_4NDOF6yBnSP5TC8ZaN0Rdp0KByUGo2X6dk5WTdNx_hc7ql71OjA/pub?start=false&loop=false&delayms=3000&slide=id.gea88d96af4_3_2>" %}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dynamics.solsarratea.world/content/day-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
