The F#.NET Journal just made another downloadable demo freely available. This demo is from the article Implementing a simple Ray Tracer (16th January 2008).
The article develops and explains the entire program which, including ray intersection routines, visualization, parallelization and GUI controls, is only 160 lines of F# code!
2 comments:
Looks like this needs the System.Threading DLL from the Parallel Extensions CTP?
@Anonymous
This EXE does require the System.Threading.dll from the latest Parallel Extensions CTP, yes. However, that is a mistake so we shall rectify this.
Thank you.
Post a Comment