/graphics-experiments

prototypes and testing for GUI, windowing, and OpenGL

Primary LanguageC++

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.