#splines — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #splines, aggregated by home.social.
-
After my post about light spectrum, it is now the post about my B-Noise algorithm which has reached the symbolic threshold of 1000 views !
https://baillehachepascal.dev/2023/bnoise_algo.php
If you're interested in pseudo random noise generation I invite you to have a look at that algorithm I have designed a few years ago. A research work I'm quite proud of to be frank.
There is also a demo you can play with and ready to use implementations in C and JavaScript in the article.
A formal article is available here:#programming #pseudorandomnumbergenerator #pseudorandomnoise #beziercurves #splines #computergraphics #cprogramming #javascript
-
After my post about light spectrum, it is now the post about my B-Noise algorithm which has reached the symbolic threshold of 1000 views !
https://baillehachepascal.dev/2023/bnoise_algo.php
If you're interested in pseudo random noise generation I invite you to have a look at that algorithm I have designed a few years ago. A research work I'm quite proud of to be frank.
There is also a demo you can play with and ready to use implementations in C and JavaScript in the article.
A formal article is available here:#programming #pseudorandomnumbergenerator #pseudorandomnoise #beziercurves #splines #computergraphics #cprogramming #javascript
-
Welcome back to another Sunday! Let's polish up the https://hex.pm/packages/matrix_gleam library for a new release. Join me at 1:30PM CDT:
-
Welcome back to another Sunday! Let's polish up the https://hex.pm/packages/matrix_gleam library for a new release. Join me at 1:30PM CDT:
-
l forgot to add a link to the tool I mentioned yesterday (in the post above):
https://ghadeeras.github.io/pages/sketch
Currently, it only works in Chrome because it uses #WebGPU. The controls are rather awkwardly unconventional and unintuitive because I am too lazy to implement proper ones. Click on the joystick icon to learn about them. I think that a tablet, preferably with a stylus, would be the friendliest way to use it. It's still so much a work in progress though. More to come.
-
l forgot to add a link to the tool I mentioned yesterday (in the post above):
https://ghadeeras.github.io/pages/sketch
Currently, it only works in Chrome because it uses #WebGPU. The controls are rather awkwardly unconventional and unintuitive because I am too lazy to implement proper ones. Click on the joystick icon to learn about them. I think that a tablet, preferably with a stylus, would be the friendliest way to use it. It's still so much a work in progress though. More to come.
-
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
-
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
-
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:
-
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_gleamSee you next week: https://youtube.com/@seancribbs
-
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_gleamSee 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:
-
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:
-
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:
-
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:
-
@setsly Challenge accepted! Though 3b1b is amazing, @acegikmo did just beautiful videos on splines.
The Beauty of Bezier Curves:
https://www.youtube.com/watch?v=aVwxzDHniEwThe Continuity of Splines:
https://www.youtube.com/watch?v=jvPPXbo87ds -
@setsly Challenge accepted! Though 3b1b is amazing, @acegikmo did just beautiful videos on splines.
The Beauty of Bezier Curves:
https://www.youtube.com/watch?v=aVwxzDHniEwThe Continuity of Splines:
https://www.youtube.com/watch?v=jvPPXbo87ds -
This pattern was nippin' ma heid, but I've got it now. It forms interlinked flowers with six petals, but it took me ages working out how to make its building blocks join together just right
-
This pattern was nippin' ma heid, but I've got it now. It forms interlinked flowers with six petals, but it took me ages working out how to make its building blocks join together just right
-
Added spline-to-spline mesh deformation. 🌶 Vertices mapped by distance to splines & their pose + twist. Useful for other procedural generation like tree branches, flowers, plants ☘️🌴🌲🪴🌳 etc. And it's really fun ^^
#godot #procedural #indiegamedev #gamedev #indiedev #splines #meshes #deformation
-
Added spline-to-spline mesh deformation. 🌶 Vertices mapped by distance to splines & their pose + twist. Useful for other procedural generation like tree branches, flowers, plants ☘️🌴🌲🪴🌳 etc. And it's really fun ^^
#godot #procedural #indiegamedev #gamedev #indiedev #splines #meshes #deformation
-
Animated versions... (only tweening uniform displacement value)
-
Animated versions... (only tweening uniform displacement value)
-
Added a new[1] configurable curve subdivision kernel for https://thi.ng/geom to (iteratively) subdivide polygons/polylines with displacement, allowing for super compact code, infinite variation, and beautiful results like shown...
[1] Actually been using this approach since 2010, initially for 3D mesh subdivisions (3rd image)
#ThingUmbrella #Generative #Geometry #Splines #Subdivision #TypeScript #JavaScript
-
Added a new[1] configurable curve subdivision kernel for https://thi.ng/geom to (iteratively) subdivide polygons/polylines with displacement, allowing for super compact code, infinite variation, and beautiful results like shown...
[1] Actually been using this approach since 2010, initially for 3D mesh subdivisions (3rd image)
#ThingUmbrella #Generative #Geometry #Splines #Subdivision #TypeScript #JavaScript
-
Kolmogorov-Arnold Networks: MLP vs. Kan, Math, Universal Approximation Theorem [video]
https://www.youtube.com/watch?v=-PFIkkwWdnM
#ycombinator #pytorch #python #tutorial #math #language_models #deep_learning #machine_learning #multi_layer_perceptron #mlp #kolmogorov_arnold_networks #kolmogorov_arnold_representation_theorem #universal_approximation_theorem #neural_networks #bezier_curves #splines #b_splines #linear_layers -
Kolmogorov-Arnold Networks: MLP vs. Kan, Math, Universal Approximation Theorem [video]
https://www.youtube.com/watch?v=-PFIkkwWdnM
#ycombinator #pytorch #python #tutorial #math #language_models #deep_learning #machine_learning #multi_layer_perceptron #mlp #kolmogorov_arnold_networks #kolmogorov_arnold_representation_theorem #universal_approximation_theorem #neural_networks #bezier_curves #splines #b_splines #linear_layers -
Are you very familiar with regression spline functions? Our new ML book has a new Github pull request with spline and polynomial basis expansion materials.
Any review would be appreciated!
-
Do I sound unusually cranky and not at all like a carefree coder/musician?
I'm still working with splines.
Splines are a way to make something follow a path. It sounds so simple. It's in 3D and parallax is a thing.
https://en.wikipedia.org/wiki/Parallax
There are other considerations. The Path Follow plugin is useful for all sorts of moving things. Its "curve" spline types are piles of fun. Especially if one decides to twist.
OTOH, something on its side can be surfed.
Piles!
-
Do I sound unusually cranky and not at all like a carefree coder/musician?
I'm still working with splines.
Splines are a way to make something follow a path. It sounds so simple. It's in 3D and parallax is a thing.
https://en.wikipedia.org/wiki/Parallax
There are other considerations. The Path Follow plugin is useful for all sorts of moving things. Its "curve" spline types are piles of fun. Especially if one decides to twist.
OTOH, something on its side can be surfed.
Piles!
-
I have at last crested the hill!
This is one long rail line. I'm going to move a couple of buildings closer to it.
The class where the line begins spans a large area. I'm still in their area, but will soon border another's castle, and then maybe I'll end it at the cat civilization. They are lousy farmers, and look forward to getting supplies.
An 8K map is big.
I might swap out the castle. Its splines turn walls green. Screw-up with materials. All moss, no wall.
-
I have at last crested the hill!
This is one long rail line. I'm going to move a couple of buildings closer to it.
The class where the line begins spans a large area. I'm still in their area, but will soon border another's castle, and then maybe I'll end it at the cat civilization. They are lousy farmers, and look forward to getting supplies.
An 8K map is big.
I might swap out the castle. Its splines turn walls green. Screw-up with materials. All moss, no wall.
-
Spline day. Making a railroad track in the big RPG. Faster than in real-life, but real-life tracks don't elongate themselves if you click too far ahead. What a world.
-
Spline day. Making a railroad track in the big RPG. Faster than in real-life, but real-life tracks don't elongate themselves if you click too far ahead. What a world.
-
This is long but amazing to a person with the right combination of interests (like me!): https://www.youtube.com/watch?v=jvPPXbo87ds
#splines #math #graphics #programming -
This is long but amazing to a person with the right combination of interests (like me!): https://www.youtube.com/watch?v=jvPPXbo87ds
#splines #math #graphics #programming -
'Dimension Reduction and MARS', by Yu Liu LIU, Degui Li, Yingcun Xia.
http://jmlr.org/papers/v24/22-1422.html
#multivariate #splines #spline -
'Dimension Reduction and MARS', by Yu Liu LIU, Degui Li, Yingcun Xia.
http://jmlr.org/papers/v24/22-1422.html
#multivariate #splines #spline -
I've been making some black walnut samples with brass and wooden #splines for a client.
-
https://vimeo.com/822786396
back to evening dev with a nice little problem: how to create a tunnel made of undeformed objects. majority of the roads examples using splines allows a certain distortion of the mesh. this one is trying it's best to avoid overlaps of parts.
next steps: filling the gaps if possible (rotations will make it a lot harder to solve) & animation ;)
#uneal #gamedev #indiedev #creativecoding #3d #splines #geometry -
To convert a freehand drawing to a composite spline, the first step is grouping the input (a list of data points) into segments. This can be done with a corner detecting algorithm. Each segment is then approximated by a spline, e.g. a cubic Bézier.
In this demo you can see a crude implementation of the Masood and Sarfraz algorithm. A "y" glyph is traced with a graphics tablet pen, and detected corner points are shown in red.
-
Playing with b-splines for aircraft wing design in OpenSCAD, and once again blown away by the beauty of doing CAD with code.
I tried modelling this shape with n-degree polynomials for quite some time, without success.
With splines it was a matter of minutes after finding a suitable library (https://github.com/JustinSDK/dotSCAD)Now I am tempted to redo my (working) Ho 229 design with this approach...