Peter Mileff PhD

senior lecturer

Department of Information Technology
University of Miskolc
Hungary

Graphics Programming Course



Lessons:



LWJGL Programming Examples - Eclipse projects included



Image Short description of the sample Source code
1. Simple demo application, which opens an empty red colored LWJGL window. Download
1. Simple triangle demo Download
2. Bouncing ball. Practicing the drawing. Download
3. Demo for simulations very simple snow effect. Practicing the OpenGL. Download
4. Texture demo. The program loads a texture and displays it using OpenGL 3+. Download
5. Sprite demo. The program animates a texture and displays it using OpenGL 3+. Download
6. GameObejct demo. The program animates a texture and displays it using OpenGL 3+. Download
7. GameObejct demo. Implementing a gameobject and displays it using OpenGL 3+. Download

WebGL Programming Examples

Dawing a simple red quad - rotatable by mouse: Download, Try it
Dawing a simple red qube - rotatable by mouse: Download, Try it
Rotatable cube with per pixel light: Download, Try it

OLD JOGL examples:

Simple JOGL window
Drawing a triangle in JOGL
Drawing a 3D triangle in JOGL
Sample demo for demonstrating model transformations
Rotating 3D cube in JOGL
Texture mapping JOGL demo