I'm back! Today let's finish up our Beziér editor demo and figure out what to do next with #Splines. Join me at 1:30PM CDT:

I'm back! Today let's finish up our Beziér editor demo and figure out what to do next with #Splines. Join me at 1:30PM CDT:

Whatay deep-dive 👌🏽👇🏽:
“Font Rendering From First Principles”, Brendan McCloskey (https://mccloskeybr.com/articles/font_rendering.html).
Via HN: https://news.ycombinator.com/item?id=46930181
#Fonts #Typography #FreeType #FontRendering #Text #ComputerGraphics #Graphics #Splines #BezierCurves
Thanks for attending and bringing the fun! We added two demos today -- an object following a path and a camera fly-through -- both using splines from our library.
Join me at the same time next week for more #GleamLang: https://youtube.com/@seancribbs
Going live in about 15 minutes with more splines! Today we'll build some demos showcasing how to use Beziér, Catmull-Rom, and Basis splines. Join me at 1:30PM CDT:

Thanks for attending! We got our first published release of our little matrix library and built uniform splines for each of the existing forms. Grab the libraries on hex.pm:
https://hex.pm/packages/splines
https://hex.pm/packages/matrix_gleam
See you next week: https://youtube.com/@seancribbs
Welcome to March! In today's stream, we're going to extend our parametric curves into uniform splines that conjoin multiple curves. Come join me at 1:30PM CST:

Thanks for attending! We were able to accurately reformulate our existing cubic splines in matrix forms and implement B-splines in less than 10 minutes. 💪
See you next week for more matrices and splines shenanigans:
Happy Sunday! Today we're going to use matrices to refine our implementation of splines and maybe make a new one. Join me at 1:30PM CST:

#statstab #450 Fitting GAMs with brms
Thoughts: Assuming linearity of your continuous predictors is not needed when you can add wiggles!
#gam #glmm #linearmodel #modelling #brms #rstats #bayes #tutorial #splines #r
https://fromthebottomoftheheap.net/2018/04/21/fitting-gams-with-brms/
Regular readers will know that I have a somewhat unhealthy relationship with GAMs and the mgcv package. I use these models all the time in my research but recently we’ve been hitting the limits of the range of models that mgcv can fit. So I’ve been looking into alternative ways...