Clock numbers distributed around a circle

How would you guys distribute the numbers on a clock around a circle? I can use a circle array or other methods to distribute the same object around a curve, but what about sequential numbers? I would love if they didn’t have to be separate objects so that I could just change the font once, but I’ll do what I have to do.

I was actually working on something like that a while ago, here is the geometry nodes setup I made for it

Input is just a curve

Numbers are created and joined together with a Repeat Zone, this means they are now all separate instance objects so that they can be instantiated along the curve based on the curve’s point indices!

To change font just change it once here

Also you with it you can create any amount of numbers on the face as you want :sweat_smile:


Very cool, thanks a million!

No problemo!

Or..

:wink: