s-ol’s avatars-ol’s Twitter Archive—№ 1,070

  1. Found what might be my favourite ever programming language: curv by doug moen: github.com/doug-moen/curv Super clean pure functional, currying-based language for modelling, animating and procedural-texturing with SDFs!
    1. …in reply to @S0lll0s
      @PaniQ have you seen this?
    2. …in reply to @S0lll0s
      let m=move;abs_x p=[abs p[X], p[Y], p[Z], p[T]];f s = make_shape{dist p:s.dist(abs_x p),colour p:s.colour(abs_x p),bbox:let b=s.bbox[MAX]in[-b,b],is_2d:s.is_2d,is_3d:https://t.co/HuGEcyXno3_3d}in union[circle,square>>m(0,-1)]>>rotate(-.8)>>m(.7,0)>>f>>pancake.4
      oh my god twitter doesn’t include alt text from images in their API