You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently updating the brew formula for projectm to its latest version, 4.1.2. I've gotten the build to work reliably, but I'm lacking one essential element: a small test program to verify the build and installation worked. The previous one that was used no longer work (like at all), and I do not have much knowledge in the project. Could someone propose a small program that would test the library. Thanks by advance!
For reference, here is the previous test program:
The text was updated successfully, but these errors were encountered:
The above progran uses the old projectM API, which has changed in the 4.x release series. For example, the API is now purely C and doesn't have a settings struct anymore, which was replaced by more convenient getter and setter methods.
We've written a short quick start guide which has all the required information to create a minimal application using projectM. The above example would look very similar, like this example which works fine for me:
Please confirm the following points:
Topic
General Request
Your Request
I'm currently updating the brew formula for projectm to its latest version, 4.1.2. I've gotten the build to work reliably, but I'm lacking one essential element: a small test program to verify the build and installation worked. The previous one that was used no longer work (like at all), and I do not have much knowledge in the project. Could someone propose a small program that would test the library. Thanks by advance!
For reference, here is the previous test program:
The text was updated successfully, but these errors were encountered: