olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
936 stars 187 forks source link

Fixed IGraphicsTest compilation on Windows #117

Closed austensatterlee closed 6 years ago

austensatterlee commented 6 years ago

Added OpenGL context creation to IGraphicsNanoVG for Windows builds Added GLAD for OpenGL extension loading Fixed some function signatures IGraphicsTest VS project defaults to a NanoVG build (my logic for this was that NanoVG is included in the repository while Cairo is not, so if all goes well it should compile from a fresh clone)