Skip to content

Simple LWJGL 3 example

Kai Burjack edited this page Jan 3, 2016 · 14 revisions

The following is a version of the simple "Getting Started" demo on the LWJGL 3 site. It uses JOML to build a perspective projection and the model-view transformation, which are then submitted to the OpenGL GL_PROJECTION and GL_MODELVIEW matrix stacks:

UPDATE This demo is part of the joml-lwjgl3-demos suite and can be seen here.

Clone this wiki locally