VisualizationLibrary
VisualizationLibrary copied to clipboard
Low level VL & Examples
Related: https://github.com/MicBosi/visualizationlibrary/issues/109 Related: https://github.com/MicBosi/visualizationlibrary/issues/112
Improve VL usefulness as a low level "drop in" replacement for raw OpenGL with examples and necessary fixes.
Essentially a subset of VL should be usable as an Immediate Mode library in contrast to the current Retained Mode model.
Plus: provide a "resetOpenGLState()" function to reset VL and OpenGL states so users can better mix their code with VL.
Double check VL low level usability translating a couple of OpenGL tutorials (NeHe?) and examples from OpenGL Super Bible 4th and 5th editions?