Show HN: Procedural Art –– 'Pulse'(soham-saha.github.io)
soham-saha.github.io
Show HN: Procedural Art –– 'Pulse'
https://soham-saha.github.io/ProceduralArt/Pulse/Pulse.html
14 comments
What I like most about this is that it's self-contained, no external references whatsoever.
Thanks!
More at https://soham-saha.github.io/
Tangled is pretty cool looking. I'm really curious how it works.
Here’s the code: https://github.com/Soham-Saha/Soham-Saha.github.io/tree/main...
Initially, there are many particles, organised in a circle. Each particle chooses another at random as its ‘target’. Each particle moves towards its target at every frame, and the more distant the target, the faster it will go.
Initially, there are many particles, organised in a circle. Each particle chooses another at random as its ‘target’. Each particle moves towards its target at every frame, and the more distant the target, the faster it will go.
Amazing! Recently, I've done some digital art using Piet programming language, it kinda reminds of that, just with lines and dots. Awesome, keep up the good work!
Thanks! Perhaps you would like to share a link to your art? I mean, only if you are willing to give it in public domain…
You're welcome.
Yeah sure, thanks for asking. I actually do quite a lot of traditional art. Everything is on my instagram: https://www.instagram.com/vlad__siv/
Third post is done using Piet programming language. If you run the code i.e. picture, using Piet interpreter, you'll get a link to my blog.
Yeah sure, thanks for asking. I actually do quite a lot of traditional art. Everything is on my instagram: https://www.instagram.com/vlad__siv/
Third post is done using Piet programming language. If you run the code i.e. picture, using Piet interpreter, you'll get a link to my blog.
The ship is strangely generalized in design. There's no specific bridge; no command center. There's no engineering section. I can identify no living quarters. There's no indication of life.
Now, perhaps when you're ready, it might be possible to establish a relationship with them. But for now, for right now, you're just raw material to them. Since they are aware of your existence... They will be coming.
This is lovely. Very well written code. Well done! So concise I was able to stick the whole thing in a url for an interactive version:
https://try.scroll.pub/#scroll%0A%20%3Ccanvas%20id%3D'canv'%...
Try editing the NUM_POINTS to start playing around with it.
https://try.scroll.pub/#scroll%0A%20%3Ccanvas%20id%3D'canv'%...
Try editing the NUM_POINTS to start playing around with it.
Thanks!
impressive, what do you think about removing the horizontal scroll bar?
Is it OK now?