Library tutorials & articles
OpenGL in C#
Introduction
First, download and install the C# Graphics Library.
After downloading csgl run the C# examples that came
with the download. You probably don't have GNU make on your system, so
you will be unable to use the
makefile that comes with the examples. You can look at the GNUmakefile using
notepad to figure out the command line for compiling the examples. You can
also create Console apps in Visual Studio replacing the wizard generated
code with the code form the examples. Be sure to add references to the OpenGL
dlls:
csgl-base, csgl-extensions, & csgl-opengl.
After looking around on Amazon and publishers' websites the book I decided to get was: Computer Graphics Using Open GL Second Edition by F. S. Hill, Jr.
Related articles
Related discussion
-
OpenGL and C# - Part 1
by wuseltum (7 replies)
-
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
by virtualking (0 replies)
-
How to optimize mysql subquery performance?
by Jayaram P (0 replies)
-
C# video Editing/rendering
by pkuchaliya (0 replies)
-
How to Fill DataSet with more records (around 1 lakh) in a faster way
by Jayaram P (0 replies)
Related podcasts
-
Object-Oriented Programming in Ruby
In this episode, I talk with Scott Bellware about object-oriented programming in Ruby, and Ruby's object model. This is taken from a private conversation, and the audio quality suffers at times. Much thanks to Scott for allowing this to be released.This episode of the Alt.NET Podcast is bro...
Comments
Leave a comment
Sign in or Join us (it's free).