Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1018 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1018 Bytes

Graphics Language Renderer

Build Status

Overview

A graphics rendering engine written in C++ (using C++11) and OpenGL (targetting 3.2 and above).

Goals

The goals for this project is to create a graphics rendering engine library that is:

  • Fast
  • Easy to use
  • Robust

Furthermore, the goals for the code are for it to be:

  • Documented
  • Clean

Compile

You will need several pre-requisites installed before compilation will work. For an automated setup, check out the Automatic Building section of the wiki.

Assuming you have all the pre-requisites ready to go, you can compile by running python setup.py followed by scons from the terminal (or the Developer Command Prompt for VS2013 on Windows).

For more details about compiling, check out the wiki.