NodeZArt - art with nodes
13487 26 3- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- Offline
- pelos
- Member
- 621 posts
- Joined: 8月 2008
- Offline
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
- pelos
- Member
- 621 posts
- Joined: 8月 2008
- Offline
- pcbiajante
- Member
- 19 posts
- Joined: 1月 2013
- Offline
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
pelos
how are you able to get the color of the image per pixel?
I am assuming a script reads the image pixel by pixel and for each pixel drops a node and set that color.
yup u r partially correct… im reading the image into houdini and converting it to point data so that i can adjust the resolution within houdini. then im using a python script to read that info and created the nodes accordingly.
anand zaveri
houdini fx & pipeline td
houdini fx & pipeline td
- pelos
- Member
- 621 posts
- Joined: 8月 2008
- Offline
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
- pelos
- Member
- 621 posts
- Joined: 8月 2008
- Offline
was to fun to watch
https://vimeo.com/102440933 [vimeo.com]
was a very fun stuff to do, but a pain to delete the nodes when the script didnt work
https://vimeo.com/102440933 [vimeo.com]
was a very fun stuff to do, but a pain to delete the nodes when the script didnt work
- Nima
- Member
- 471 posts
- Joined: 11月 2013
- Offline
- mandrake0
- Member
- 643 posts
- Joined: 6月 2006
- Offline
pelos
was to fun to watch
https://vimeo.com/102440933 [vimeo.com]
was a very fun stuff to do, but a pain to delete the nodes when the script didnt work
i'm abit suprised that it takes so long to build the image with nodes….
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
pelos
was to fun to watch
https://vimeo.com/102440933 [vimeo.com]
was a very fun stuff to do, but a pain to delete the nodes when the script didnt work
Nyyce
Yea absolutely, deleting nodes is a pain.. I normally just open a new file and start over again..
That's faster.. :wink:
anand zaveri
houdini fx & pipeline td
houdini fx & pipeline td
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
here's the latest NodeZArt sample..
https://vimeo.com/102758986 [vimeo.com]
the logic is similar but slightly more complex than before…
lemme know wat you think…
https://vimeo.com/102758986 [vimeo.com]
the logic is similar but slightly more complex than before…
lemme know wat you think…
anand zaveri
houdini fx & pipeline td
houdini fx & pipeline td
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
here's how i achieved it…
took an image sequence, converted it to point data.. since the point numbers were changing on each frame i made an ID like attribute that remains consistent.. then wrote a Python script to convert the points to nodes.. where the node names were same as the IDs.. this was a very slow process..
What i figured out was that changing the color of an existing node is faster than creating a new node. So i checked if the current node (point) was present in previous frame, if yes then change color of existing node else put a new node. And in the end of the loop i checked if any node were present in previous but not in current then delete the nodes. This sped up the process quite a lot.
took an image sequence, converted it to point data.. since the point numbers were changing on each frame i made an ID like attribute that remains consistent.. then wrote a Python script to convert the points to nodes.. where the node names were same as the IDs.. this was a very slow process..
What i figured out was that changing the color of an existing node is faster than creating a new node. So i checked if the current node (point) was present in previous frame, if yes then change color of existing node else put a new node. And in the end of the loop i checked if any node were present in previous but not in current then delete the nodes. This sped up the process quite a lot.
anand zaveri
houdini fx & pipeline td
houdini fx & pipeline td
- tricecold
- Member
- 260 posts
- Joined: 7月 2006
- Offline
hahahah awesome, you have some amazing patience man , bravo
Head of CG @ MPC
CG Supervisor/ Sr. FX TD /
https://gumroad.com/timvfx [gumroad.com]
www.timucinozger.com
CG Supervisor/ Sr. FX TD /
https://gumroad.com/timvfx [gumroad.com]
www.timucinozger.com
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
- grayOlorin
- Member
- 1799 posts
- Joined: 10月 2010
- Offline
- zeezmail
- Member
- 13 posts
- Joined: 6月 2008
- Offline
grayOlorin
I am just so frigging impressed. I would not be surprised if you figure out a new temporal dimension..
thnx grayOlorin.. Yess the temporal dimension does exist..
Check this out https://vimeo.com/102758986 [vimeo.com]
anand zaveri
houdini fx & pipeline td
houdini fx & pipeline td
- anon_user_89151269
- Member
- 1755 posts
- Joined: 3月 2014
- Offline
OMG this is so good. This style of the images generated with the nodes never gets old.
It's also quite intriguing how a few small colored rectangles tricks our senses in such a flagrant way. It's as if I've never heard of pixel based displays.
Our monkey brains are both staggeringly primitive and capable of greatness in the same time. I've read it in a “pop-science” magazine.
It's also quite intriguing how a few small colored rectangles tricks our senses in such a flagrant way. It's as if I've never heard of pixel based displays.
Our monkey brains are both staggeringly primitive and capable of greatness in the same time. I've read it in a “pop-science” magazine.
-
- Quick Links