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
-
Combining a tree view and a list view in one contr
by srini_k (2 replies)
-
Confused Newbie with simple questions on ASP.NET
by breakpoint (2 replies)
-
dynamic toolbar
by Rollershade (1 replies)
-
How to make advanced search with more than one value
by lexian (2 replies)
-
Datagrid
by shalinijennifer (0 replies)
Events coming up
-
Nov
19
C# 3.0 and LINQ with Visual Studio 2008 Training Course
London, United Kingdom
This course has been developed to help existing C#.NET 2.0 programmers and developers upgrade their .NET development skills and learn about the new features of Microsoft's C# 3.0 and LINQ to XML and ADO.NET using Visual Studio 2008 (currently codenamed Orcas).
Comments
Leave a comment
Sign in or Join us (it's free).