ClintLiddick / graphics-experiments

prototypes and testing for GUI, windowing, and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libraries tested

  • OpenGL 3.3
  • glad
  • gl3w
  • glfw3
  • wxWidgets 3.1
  • nanogui
  • tinyobjloader

Notes

  • clone / checkout with submodules git clone https://github.com/clintliddick/graphics-experiments --recursive or git submodule update --init --recursive
  • Install glfw3 on Ubuntu 14.04 from ppa:keithw/glfw3.

About

prototypes and testing for GUI, windowing, and OpenGL


Languages

Language:C++ 88.4%Language:Python 11.6%