Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RandomSpirograph-FrankZ #992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

RandomSpirograph-FrankZ #992

wants to merge 1 commit into from

Conversation

FrankZarc
Copy link

@FrankZarc FrankZarc commented Nov 9, 2024

It's a spirograph. It draws the path of a point on a circle rolling inside another circle, creating some cool patterns.
Due to it being randomized, you can get patterns that are excessively dense and wouldn't be reasonable to draw on the actual blot. I understand if that disqualifies this.

  • I have read the steps to getting a blot
  • I have read all the submission requirements and follow them
  • I am submitting art that...
    • is algorithmically generated (will meaningfully change each time the program is run)
    • is your own work that is not copied from somewhere else
    • is drawable through the editor(does not use outside tools)
    • doesn't call Math.random() (See the documentation on randomness)
    • is drawable on Blot itself (doesn't have lines overlap more than 5 times)
      • Doesn't overlap lines more than 5 times
      • Fits in the working area of 125x125mm
      • Doesn't rely on colour to look good

spirograph

Copy link

vercel bot commented Nov 9, 2024

@FrankZarc is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

github-actions bot commented Nov 9, 2024

art/RandomSpirograph-FrankZ/index.js looks like art! preview it in the editor

@EnterpriseGoose
Copy link
Contributor

Hello!
This is a really cool project! I love spirographs, and this is really satisfying to keep randomizing and seeing what patterns are drawn. I bet this would also be super satisfying to watch on the blot.

To get a blot, though, I would love to see a bit more complexity. Generally, people spend ~15-20 hrs on a 'blot-worthy' project, and I spent closer to 25-30.

Here are some ideas I have for making it even cooler:

  • I have always loved looking at some of the weirder shaped spirographs in action. Could you program in some other shapes of spirographs? (here's a reference photo of what I'm talking about:
    image
  • It would be super cool if you could have it filter out images that are really boring (just a few arcs), as it would mean that you get an interesting picture every time.

In terms of drawability, I can't confirm 100% but I think this should be fine. Even the densest of the images aren't overlapping on themselves too much, and anyways it's simulating something that's supposed to be done with a pen and paper, so the blot should be able to do it just fine.

I'm super excited to see where you go with this and to try it out physically myself!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants