Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 41,999 times

Contents

Related Categories

OpenGL in C# - Introduction

Bill Burris

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.

Comments

  • Re: [3823] OpenGL in C#

    Posted by ubnaseem on 22 Jun 2008

    how can i draw a line between two user controls on panel


    how can i change the shape of the usercontrol as diamond shape and triangel shape