libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

Linux and Mac Travis build coverage for gcc and clang++ make and cmake builds #63

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

Travis will automatically build all pull requests and pushes to branches if the mainter establishes an account and enables the permissions.

As a related change I migrated the readme to an .md markdown that can also show the current build status. (In this PR pointing to my clone of the repo: https://travis-ci.org/nigels-com/glui)

A minor makefile refinement to enable clang++ builds on Linux.