Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 775 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 775 Bytes

Stock

Travis CI Build Status Build status

Just like soup stock, the code here helps you get something delicious cooking without too much prep time.

Applications using Stock can be developed and run on Mac OS X, Linux, and Windows.

Stock is simple. Its main ingredients are:

  • Window creation and input (via GLFW)
  • Vertex/index mesh helpers
  • Shader program helpers
  • Texture helpers and image decoding (via stb_image.h)
  • Vector and matrix types and utilities (via GLM)
  • A template for application prototyping