Releases: korfuri/Milkrack
Releases · korfuri/Milkrack
0.6.1-rc0
0.6.0
0.6.0-rc6
experimental-glfw-separate-context-4: Split the module into 2 options: windowed and embedded.
Embedded is the old behavior, rendering directly to a surface in the Rack window. This is broken and unfixable on OSX and possibly on Windows (untested). Windowed is the alternative option where the module's lifespan is tied to a window that opens outside of Rack, into which projectM renders.
experimental-glfw-separate-context-3
Log GLFW errors to Rack.log when they occur.
experimental-glfw-separate-context-2: Add a compatibility context hint.
This makes OSX happy. https://www.glfw.org/faq.html#41---how-do-i-create-an-opengl-30-context
experimental-glfw-separate-context
Add missing libs to build on Linux, also remove the GLES dependency
0.6.0-rc5
0.6.0-rc4: Delete projectM instance upon module termination.
This appears to work now that threading issues are resolved.
experimental-osx-gles-0
Try not using GLES on OSX