Search found 1 match

by jonpatterns
Tue Apr 26, 2011 11:44 am
Forum: Engines, GUIs, Books and Platforms
Topic: Houdini Engine Origins
Replies: 107
Views: 61998

Re: Houdini Engine Origins

The 'source code' is what a program author writes, usually it will include 'comments' explaining what each part of the program does.

This code is then either complied/assembled into an 'executable' file that a computer can run directly,
or it is run on an 'interpreter' which turns it into computer ...