CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

Slides:



Advertisements
Similar presentations
٠ Orientation ٠ Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Advertisements

1 CSIT 462 Computer Graphics Instructor: Dr. Reneta Barneva Department of Computer Science Office: Fenton 110 Phone:
Now Playing: Homecoming Kanye West from Graduation Released September 11, 2007.
1a – Getting Started Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Introduction to OpenGL Keng Shih-Ling 2003 Spring.
The Required Software & How To Install it CS 242– Programming (1) 1.
CS380 LAB I OpenGL Donghyuk Kim Reference1. [OpenGL course slides by Rasmus Stenholt] Reference2. [
An Introduction to. What is XNA?  “A set of tools with a managed runtime environment provided my Microsoft that facilitates computer game development.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introductory Lecture Advanced Computer Programming.
Windows Web Xbox Mobile … and WakeUpAndCode.com.
C O M P U T E R G R A P H I C S Jie chen Computer graphic -- OpenGL Howto.
CSC 461: Lecture 41 CSC461: Lecture 4 Introduction to OpenGL Objectives: Development of the OpenGL API OpenGL Architecture -- OpenGL as a state machine.
2001 by Jim X. Chen: Professor Jim X. Chen Department of Computer Science George Mason University Fairfax, VA
How to Install ITK ? (Insight Segmentation and Registration Toolkit) Prepared by: Hussain Rahman MS (CS) 1 st semester Supervised.
Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 : [1] Computer Graphics with OpenGL, Donald.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
OpenGl Graphics Programming. Introduction OpenGL is a low-level graphics library specification. It makes available to the programmer a small set of geomteric.
Comp371 Computer Graphics Lecturer : Dr. Adam Krzyzak Mehdi Saeidian-manesh
Lecture 1: Introduction. Pick Your Version of GLUT OpenGL and the GLUT are available for Windows, Linux and many other Operating Systems and platforms.
Install and Setup VC++ and OpenGL Introduction to Computer Graphics and Animation (Principle of Computer Graphics) Rattapoom Waranusast.
CS 450: COMPUTER GRAPHICS INSTALLING GLUT AND GLEW SPRING 2015 DR. MICHAEL J. REALE.
ZONG Wen Department of Computer Science and Engineering The Chinese University of Hong Kong
Mohammadreza Asghari Oskoei University of Allameh 2012 Introduction to Visual Studio 2010.
Introduction to GL Geb Thomas. Example Code int main(int argc, char **argv) { glutInit(&argc, argv); glutInitDisplayMode ( GLUT_SINGLE | GLUT_RGB | GLUT_DEPTH);
Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer.
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
Computer Graphics with OpenGL
ARToolKit Settings The department of Computer Engineering Shin ho hwan.
Uploading documents to the site Сlick “Add document” on the home page To send several files enable Add-on “Microsoft Office”
Lecturer : 이선아  APM  Apache  PHP  MySQL.
CS 470 Computer Graphic Getting Started with OpenGL.
Gianfranco Doretto April 19, CS 174 Discussion 2 TA Gianfranco Doretto.
NoufNaief.net TA: Nouf Al-harbi.
How to Install Eclipse Click hereClick here to download Eclipse.
Computer Graphics Lab 1 OpenGL.
1 How to Install OpenGL u Software running under Microsoft Windows makes extensive use of "dynamic link libraries." A dynamic link library (DLL) is a set.
Integrated Development Environments (IDEs) CS 21a: Introduction to Computing I Department of Information Systems and Computer Science Ateneo de Manila.
1 10/15/04CS150 Introduction to Computer Science 1 Reading from and Writing to Files Part 2.
Open project in Microsoft Visual Studio → build program in “Release” mode.
CS 242 Course URL:  Text Book:  C++ How to Program, DETITEL & DEITEL, eighth Edition or seventh.
Computer Science A 1. Course plan Introduction to programming Basic concepts of typical programming languages. Tools: compiler, editor, integrated editor,
Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 강영민 역, 사이텍미디어, 2009 참고서적 : [1] Computer Graphics with OpenGL, Donald.
Getting Visual Studio You can download Visual Studio 2015 Community Edition for free from the Microsoft web site.
Install for 64bit  Glui2.36.zip 을 다운로드  src  msvc  glui.sin 파일을 Visual Studio 2010 으로 열기  _glui library 를 선택후 빌드  빌드시 다음과 같은 오류가 발생하면 error C2252:
AUTUMN Asst. Prof. Dr. Gazi Erkan BOSTANCI Slides by Robert Thomson, Süleyman Tosun and Kurtuluş Küllü.
By Choose Between Windows Or Mac OSX Download the Full File With Crack / Patch Download here for Windows Operating.
Computer Graphics -practical- Lecture 6. (visual c++) open gl library To use open GL with VC++ we add these files:- 1)Glut.h C:\program files\ Microsoft.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
CS 13011/13012 Computer Science I A and B Programming Labs
OpenGL project setup.
Computer Software: Programming
CS 241 Course URL: Text Book:
Introduction to OpenGL
Creating your first C++ program using Visual Studio 2010
Windows 8 & Phone 8 App Development suresh M 11/14/2018
Introduction to R.
גרפיקה ממוחשבת: מבוא ל-OpenGL
CSCI N207 Data Analysis Using Spreadsheet
OS Sim (Operating System Concepts Simulator)
CS 140 Lecture Notes: Introduction
Introduction to Computer Science
CS-401 Assembly Language Programming
Computer Graphics Practical Lesson 1-
CS 140 Lecture Notes: Introduction
The Required Software & How To Install it
Introduction to OpenGL
Graphing Using Processing
Computer Graphics, KKU. Lecture 11
Dr. Kyaw Thet Khaing Deputy Director
Presentation transcript:

CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1

OPENGL

Lecture Outlines : Required software : Microsoft Visual studio Express 2012 Required Library : Opengl (glut) Download from here : bin__1_.html

How to install Opengl (glut) in visual 2012 ?

glut bin  First Copy the glut.h to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\GL  Next copy the glut32.lib to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib

 Last step copy glut32.dll to following folder depending on 32-bit operating system or 64-bit operating system: a) For 32-Bit operating system copy glut32.dll to 'C:\Windows\System32\ b) For 64-Bit operating system copy glut32.dll to 'C:\Windows\SysWOW64\