diff --git a/hydra/how2.html b/hydra/how2.html index 28e6c1a..1457fd8 100644 --- a/hydra/how2.html +++ b/hydra/how2.html @@ -54,7 +54,9 @@
In the last episode, we've seen that hydra has generated code like this: @@ -85,8 +87,8 @@
a.b(c) = b(a,c)
, for example
- rotate(st, 0, -0.1) = st.rotate(0, -0.1)
. By stupidly
+ will follow this one rewrite rule: a.b(c) = b(a,c)
, for
+ example rotate(st, 0, -0.1) = st.rotate(0, -0.1)
. By stupidly
applying this rule throughout, we end up with this:
@@ -127,7 +129,8 @@🌱 how hydra works II
The now automatically generated GLSL code is structurally identical to our - handishly produced version from earlier. + handishly produced version from earlier. Next up, we need to bridge the + gap between this and actual hydra syntax..
show page source
diff --git a/index.html b/index.html index b9d7188..f2aadc8 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,13 @@🌱 garten.salat.dev
day 19:
how hydra works IIday 18:
--> +
a graph compiler -day 17:
a graph language