Maximilian Ernestus
03/01/2025, 12:44 PMKartik Agaram
Alex Bender
03/01/2025, 10:12 PMMaximilian Ernestus
03/01/2025, 11:34 PMTalise(...)
= tagged line segment = create a new tagged line segment
• q(the_query)
= query the memory for the_query return a set of lines
• for _, line in ipairs(...) do
= lua's weird way to iterate over sets
• q(the_query, "name for query", {R, G, B, A}, width)
= same as q(...)
but also render the lines in the given color, thickness (you can omit the name)
In the Agents tab you can add your own agents. They will persist in the browser cache! The examples will be reset with every refresh!Maximilian Ernestus
03/01/2025, 11:39 PMAlex Bender
03/01/2025, 11:42 PMAlex Bender
03/01/2025, 11:43 PMKartik Agaram
Maximilian Ernestus
03/01/2025, 11:53 PMMaximilian Ernestus
03/01/2025, 11:54 PMAlex Bender
03/01/2025, 11:54 PMAlex Bender
03/01/2025, 11:55 PMMaximilian Ernestus
03/02/2025, 12:10 AM