Hasty Briefsbeta

  • #generative-art
  • #algorithmic-design
  • #python
  • Exploration of generating swoopy art inspired by a generative art piece.
  • Use of Hobby curves for drawing smooth curves through random points.
  • Hilbert sorting to order points more naturally for better curve connections.
  • Simplex noise for smooth, continuous movement of points.
  • Explanation of why curves sometimes make large jumps due to Hobby curves and Hilbert sorting.
  • Experimentation with parameters and random seeds for desired artistic effects.
  • Use of Python with libraries like hobby.py, hilbertcurve, and super-simplex.
  • Code available on GitHub but described as messy and experimental.
  • Potential for animations and further exploration in future posts.
  • Feedback from a user who replicated the output and suggested improvements.