Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

dynamic logic/behaviour connections


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
2 replies to this topic

#1 Strewya   Members   -  Reputation: 417

Like
0Likes
Like

Posted 19 November 2012 - 07:19 AM

I really dont know how to better frame my threads topic, so i hope this will do (willing to change it if someone has a suggestion).

i saw today's IOTD (http://www.gamedev.n.../_/flowlab-r307), and remembered that UE4 has something similair when i watched one of their feature videos.
It's this thing where you visually connect different components/events one to another so they run in sequence of just send their update result to the next one in chain, which is dynamically reconnectable.
My question is, does that have some name by which i could find more info on it?
and also, how would you implement something like that in c++? i have some idea on how to start, but always fall short on the connection part. sure, i could make a dozen small event classes that take certain parameters, but i've got no idea how to make any component connectable to any other component.

thank you Posted Image

Ad:

#2 Telastyn   Members   -  Reputation: 3329

Like
0Likes
Like

Posted 19 November 2012 - 08:47 AM

Function composition comes to mind.

#3 _swx_   Members   -  Reputation: 460

Like
0Likes
Like

Posted 19 November 2012 - 09:18 AM

http://bitsquid.blogspot.se/2011/05/flow-data-oriented-implementation-of.html




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS