Ambrosinus · @ambrosinus
2 followers · 15 posts · Server mastodon.social

🎃քǟʀǟʍɛȶʀɨƈ ɦǟʟʟօաɛɛռ ֆɛʀɨɛֆ: ȶɦɛ քʊʍքӄɨռֆ ɢɛռɛʀǟȶօʀ🎃

this Scary Halloween (unfortunately, much less scary than the challenges that await us this winter in the UK, Italy and around the world) ...

parametric Jack o' Lantern generator --> lnkd.in/gzPNDS5

#design #halloween #parametrichalloween #pumpkinsgen #python #fun #codingascreativityexpression #scripting #jackolantern #computationaldesign #computationalthinking #grasshopper #mcneel #rhino #nurbs #boolean #ControlPoints

Last updated 2 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

Working on my renderer.

Better , doing it with linear histograms instead of logarithmic makes it work with "keep doubling" batch sizes instead of having to do it every small constant batch size. This sped up one test from 18s to 12s.

Also proper interpolation of the via of multiplier and two fixed points on the , remembering that additional are needed and the curve passes through only every third point. The additional points are generated from approximated derivatives at the points where the curve passes through. Animation speed is normalized: parameter found by binary search in a precomputed array of approximate arc lengths.

Also copy/pasted from GIMP, only the first frame is analysed and the resulting bounds are applied to all frames, to avoid strobing from independent frames (better would be to analyse the whole video, but storage is probably a bit of an issue for that).

Also by accumulating discrete subframes of 1-sample-per-pixel each into the histogram, I think the video has 256 samples per pixel total.

#FractalFlame #DensityEstimation #BézierCurve #MoebiusTransformation #Slerp #RiemannSphere #ControlPoints #AutoWhiteBalance #motionblur

Last updated 5 years ago