Dark

Computer Graphics lab (ELTE IK)

Main website (in hungarian): cg.elte.hu

E-mail: asipos `at` edu.bme.hu

Projects for the lab

Technical info



Semester 2019/2020/1

Time and place of lab (Gr. #1):
Tuesday 15:15-16:45, Computer Graphics lab (D2-219)

Date of exam: 17th December 10:00-14:00
Location: Pr. languages lab (00-803)

Retake in January


Semester 2018/2019/1

Time and place of lab:
Tuesday 16:00-17:30, Computer Graphics lab (D2-219)

Consultation: to be determined

Dates of exams (choose one):

Retake:

Test exam: [pdf]


Technical information

Visual Studio

Downloadable from here with an ELTE Faculty of Informatics student ID.

Community Edition (freely downloadable for anyone)

GLSL plugin is installable under Extensions->Manage extensions in VS 2019 (for older VS versions, see samizzo/nshader)

C++ libraries for practise projects (Windows)

The project we will use in practises will search these libraries at T:\OGLPack. The simplest option for Windows is to run a command 'subst t: .' from the folder where the decompressed OGLPack is. That will cause a drive T: to appear in Windows Explorer, you have to have a T:\OGLPack\include path (in which there are several files), for projects to work.

Hardware

Run OGLPack\bin\x86\glewinfo.exe to know if your hardware is capable of running our graphics apps. If 'OpenGL Version' is less than 3.0, the projects might not work from week 4.