Skip to content

Releases: korfuri/Milkrack

0.6.1-rc0

28 Apr 15:40
Compare
Choose a tag to compare
Vendor GLM

0.6.0

26 Apr 04:30
Compare
Choose a tag to compare
Improve README for release

0.6.0-rc6

25 Apr 10:17
Compare
Choose a tag to compare
Don't package non-projectM presets when building the dist

experimental-glfw-separate-context-4: Split the module into 2 options: windowed and embedded.

24 Apr 07:36
Compare
Choose a tag to compare
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

22 Apr 11:10
Compare
Choose a tag to compare
Log GLFW errors to Rack.log when they occur.

experimental-glfw-separate-context-2: Add a compatibility context hint.

22 Apr 10:27
Compare
Choose a tag to compare
This makes OSX happy.
https://www.glfw.org/faq.html#41---how-do-i-create-an-opengl-30-context

experimental-glfw-separate-context

22 Apr 08:00
Compare
Choose a tag to compare
Add missing libs to build on Linux, also remove the GLES dependency

0.6.0-rc5

21 Apr 11:35
Compare
Choose a tag to compare
Also disable threading on Linux builds

0.6.0-rc4: Delete projectM instance upon module termination.

21 Apr 10:13
Compare
Choose a tag to compare
This appears to work now that threading issues are resolved.

experimental-osx-gles-0

21 Apr 11:29
Compare
Choose a tag to compare
Try not using GLES on OSX