patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.62k stars 350 forks source link

Add macOS build/release action #308

Closed KernelEquinox closed 1 year ago

KernelEquinox commented 1 year ago

This should successfully build the executable for macOS. It should also create a release titled glslViewer-*-Darwin-x86_64.zip whenever a new release is published.

-DCPACK_GENERATOR=ZIP can be changed to -DCPACK_GENERATOR=DragNDrop if you'd rather it export a DMG instead of a ZIP.

patriciogonzalezvivo commented 1 year ago

Thank you so much!! This is huge!