news.volyx.in

Fishdraw: Procedurally Generated Fish Drawings (fishdraw.glitch.me)

614 points by sigil · 1869 days ago · 87 comments on HN

Article summary

The article appears to be about Fishdraw, a project that generates procedural fish drawings. The project's code is available on GitHub, and it uses a combination of algorithms to create unique fish designs. The discussion around the project focuses on its technical implementation and the possibilities of generative art. The project has inspired suggestions for feature requests and potential applications in digital art displays.

Main themes

  • Generative Art
  • JavaScript Scoping
  • Digital Art Displays
  • E-ink Technology
  • Artistic Perception
  • Programming Best Practices

What commenters say

  • The use of var and let in JavaScript is still relevant due to scoping differences.
  • Generative art can be a unique and creative way to produce new art pieces.
  • The concept of art is not just about the output, but also about the artist's intention and perception.
  • A digital art display that can generate new art periodically would be a desirable product.
  • The choice between let and var in JavaScript can be replaced by declaring variables beforehand with let.
  • E-ink displays can be a good option for digital art displays, but they can be expensive for large and colorful displays.
  • Some argue that var is not obsolete and is still necessary for certain scoping reasons.
  • Others believe that var can be avoided by using let and const, reducing debugging headaches.