# qnx-gles-tutorials **Repository Path**: caobinxin/qnx-gles-tutorials ## Basic Information - **Project Name**: qnx-gles-tutorials - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-15 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGL ES 2.0 Tutorials > version 0.1.0 ## Description 이 튜토리얼은 OpenGL ES(이하 gles) 2.0를 기반으로 기초적인 내용들을 각가 샘플 프로그램으로 작성한 것이다. QNX위에서 동작하는 것을 기반으로 하기 때문에 초기에 관련 초기화 하는 내용에 대한 이해가 필요하지만 그 외에는 모두 gles API를 기반으로 작성되었기 때문에 어느 플랫폼에서든 차용할 수 있다. ## List of samples * [Draw primitive](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-triangle/README.md) * [Draw 3D cube](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-3d-cube/README.md) * [Transformation and projection](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-mvp/README.md) * [Texture mapping](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-3d-cube-texture/README.md) * [Curve](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-curve/README.md) * [Parking Guideline](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-guideline/README.md) * [Lighting](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-lighting/README.md) * [OpenGL Mathmetics(GLM)](http://mod.lge.com/hub/hunkyo.jung/gles-tutorials/blob/master/gles-glm/README.md)