Examples of Node Based Programming?

Started by
29 comments, last by Tutorial Doctor 10 years, 2 months ago

I just saw the other day the true power of node based programming.

How many lines of code would you say takes to get a decent 2d game menu up and going?

Well, the other day I was able to make a decent and working game menu in the Gamepress app (demo linked above) in a matter of minutes. It only required about 9 nodes.

That would mean you would have to write a game menu in 9 lines of code for it to be more efficient than node based programming. (I should probably not say efficient, but I am talking about in terms of use.)

Now, gamepress's intent was towards making 2d games, but I can see this type of system being great even for business application programming.

Not only, this, I saw my first example of a loop in node based programming, and guess what? It looks like loop! haha.

Take two nodes. Connect the output of node1 to the input of node2, then connect the output of node2 to the input of node1 (a wire displays the connection resembling a loop).

I can surely say that if I were as programming savvy as you guys on this site, I'd be working on such a system right now. When I am able to, I will post a video of the menu I made.

They call me the Tutorial Doctor.

This topic is closed to new replies.

Advertisement