Coding4Fun : Building a Ray-Tracing 3D Renderer. I've always liked the idea of ray-tracing to render 3D images with crazy accuracy.
On Saturday night (being a huge nerd) I decided I'd try to write one from scratch for the hell of it. By from scratch I mean I started with this C++ code in a text file: #include <stdlib.h> #include <stdio.h> int main() { return 0; } I used NO graphics libraries or any outside code other than the standard C/C++ stuff in Visual Studio Express 2005. Introduction - Pango. OpenMP. Table of Contents OpenMP is an Application Program Interface (API), jointly defined by a group of major computer hardware and software vendors.
OpenMP provides a portable, scalable model for developers of shared memory parallel applications.