Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A acgl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ACGL
  • acgl
  • Wiki
  • Home

Home · Changes

Page history
li created page: what is acgl authored Nov 26, 2015 by Ming Li's avatar Ming Li
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 4ac921a3
# Overview
* [What is ACGL?](#what-is-acgl)
* [[What is ACGL?]](#what-is-acgl)
* [Getting started](#getting-started)
* [Functional Overview]
* [ACGL compile time settings]
......@@ -46,7 +46,7 @@
* [Extending ACGL]
## What is ACGL?
The Aachen Computer Graphics Library (we are not very creative with names) is intended to simplify prototyping and development of (OpenGL) graphics applications. It proved a platform independent way for loading OpenGL function pointers, wrappers for OpenGL objects, helper classes (e.g. a camera class) and functions for loading some simple mesh and texture formats. It is not a full rendering engine. Basic knowledge of OpenGL 3.2 or later or OpenGl ES 3.0 is required to understand the basic concepts.
In addition to the library, some examples are provided.
......
Clone repository
  • .vao file format
  • acgl compile time settings
  • acgl versions
  • basic openGL concepts to look up
  • custom shader parser
  • debugging opengl
  • extending acgl
  • external libraries included in acgl
  • faq
  • function overview
  • gamepad
  • getting started
  • Home
  • includes in shaders
  • learning openGL
View All Pages