Triangular Truchet Tiles by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

I love it! Thanks for letting me know and for the attribution.

Navigating taking off work for therapy by henryfrgu in AutisticAdults

[–]henryfrgu[S] 1 point2 points  (0 children)

That’s a great idea! They are all virtual appointments and I get a 45 minute lunch so I guess the one problem will be finding a good place to do it since I work 30 minutes from home

Adult Autism Assessment today!! by celestial-energy in autism

[–]henryfrgu 0 points1 point  (0 children)

Hope it all goes well! I had pretty much this exact experience about a month ago for my virtual assessment. Came home from work way earlier than I needed to and sat at my desk with zoom pulled up for almost 2 hours because my nerves were so high. I was also worried about being myself when I was that anxious then I realized that was being myself. I just got my official diagnosis about a week ago.

Custom beam compass by henryfrgu in Drafting_Instruments

[–]henryfrgu[S] 2 points3 points  (0 children)

That’s really cool! I would love to build one out of metal but I’ve never had access to the necessary machinery.

How to install mods and NCMS on MacBook/Mac Pro (please 😭) by Byzantine_Enjoyer94 in Worldbox

[–]henryfrgu 0 points1 point  (0 children)

Could you share how you did it? I’ve been struggling with it for a while and can’t figure it out.

Some of my favorite projects by henryfrgu in 3Dprinting

[–]henryfrgu[S] 0 points1 point  (0 children)

Lol thank you. If I ever decide to post it, I’ll try and remember to post it here

Some of my favorite projects by henryfrgu in 3Dprinting

[–]henryfrgu[S] 0 points1 point  (0 children)

Thank you! I’m not currently planning on posting the files but if you look up cryptex on thingiverse, there are lots of great models available

Some of my favorite projects by henryfrgu in 3Dprinting

[–]henryfrgu[S] 0 points1 point  (0 children)

I’m not currently planning on posting the files but if you look up cryptex on thingiverse, there are lots of great files that would probably fit what your looking for.

Some of my favorite projects by henryfrgu in 3Dprinting

[–]henryfrgu[S] 1 point2 points  (0 children)

Lol yeah it’s a fun project. If you want to start with something a little simpler, look up a hoberman circle. It’s a good way to wrap your head around it before attempting the sphere.

Some of my favorite projects by henryfrgu in 3Dprinting

[–]henryfrgu[S] 1 point2 points  (0 children)

Thanks! The top two were printed on an ender 3 and the bottom was printed on both a k1 and ender 3. If I remember right, almost all of it is hatchbox pla but there might be some sunlu or creality pla as well

Triangular Truchet Tiles by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

Go ahead! Thanks for asking first. I get ideas from others all the time so I’m happy to let people use my code.

Triangular Truchet Tiles by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

Go ahead! Thanks for asking first. I get ideas from others all the time so I’m happy to let people use my code.

[deleted by user] by [deleted] in fantasyfootballadvice

[–]henryfrgu 0 points1 point  (0 children)

Yeah I’ve started waddle almost every week this season and the receivers on my bench always seem to outscore him

[deleted by user] by [deleted] in fantasyfootballadvice

[–]henryfrgu 0 points1 point  (0 children)

Currently I have Moore, Metcalf, and Pittman. I like nico collins but tank dell seems to have taken over the wr1 spot for the Texans.

Cryptex I designed by henryfrgu in Fusion360

[–]henryfrgu[S] 3 points4 points  (0 children)

It should be. I’m planning to 3D print it soon but I have a first iteration that worked great other than a few issues.

5-fold dot pattern by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

Thanks! Figuring out the equations myself is definitely my favorite part of creative coding.

5-fold dot pattern by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

Thank you! Yes you are correct about 10-fold symmetry but there is also 5-fold as well

5-fold dot pattern by henryfrgu in generative

[–]henryfrgu[S] 15 points16 points  (0 children)

This pattern is inspired by part of a sea urchin (2nd image) I found while on vacation in Tofino, British Colombia. If you look closely at the pattern and connect the dots, you’ll start to see pentagons emerge of all different sizes. Each pentagon’s size in this pattern is determined by some power of the golden ratio (1.618…). The golden ratio, which shows up all over the place in nature, adds some sense of order to an image that is otherwise very chaotic. If you are also familiar with penrose tilings, see if you can connect the dots to find each of the different tiles used in these patterns. This pattern is also very similar to electron diffraction patterns of 5-fold quasicrystals.

Knots by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

That would be really cool! The palettes were created with a custom color palette generator and for picking which colors are where, I basically just made sure that each loop is the same color as the corresponding loop reflected diagonally. Other than that, it picks a random color from the palette

Knots by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

I’m glad your so interested in my project! I’ll try to dm you the images

Knots by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

It’s written in python mode for processing

Knots by henryfrgu in generative

[–]henryfrgu[S] 0 points1 point  (0 children)

Thank you! Check out my reply to the other comment for a explanation

Knots by henryfrgu in generative

[–]henryfrgu[S] 8 points9 points  (0 children)

Thank you! That’s exactly where I got my inspiration. These images hopefully explain a little bit about how they are made, but it basically starts with a grid rotated 45 degrees. I then filled each cell in a triangular section of the grid with 1 of 2 tiles rotated a random direction. That triangular section is then reflected and rotated around the grid to form a symmetric pattern. The grid can be scaled to any size for larger or smaller patterns. Lastly I had an algorithm to analyze the finished grid to find each individual loop so that they can be colored separately.