BrushCue Example: Square Area¶
You can use this tool online at https://www.brushcue.com/tools/square-area
In [ ]:
!pip install brushcue
In [1]:
import brushcue as bc
side = 4.0
graph = bc.Float.squared(side)
ctx = bc.Context()
print(graph.execute(ctx))
16.0
[wgpu] using backend Metal — adapter 'Apple M5' (IntegratedGpu), driver ''