Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 492 Bytes

NocturneGL

Background

NocturneGL is a lightweight, single-buffered graphics library written in pure C++. All code is organized into a single NocturneGL.h and NocturneGL.cpp with the ability to extend functionality.

Features

  • Phone lighting
  • Phong shading
  • Gouraud shading
  • Flat shading
  • JSON scene description
  • Texture mapping
  • Anti-aliasing

Written by Kevin Yang

NocturneGL