docs: document the two JUCE integration paths side-by-side#15
Merged
Conversation
Present the native moonbase_licensing module and the OnlineUnlockStatus bridge side-by-side in the README with a comparison table, add the missing MOONBASE_BUILD_JUCE_NATIVE_EXAMPLE option, and include activation UI screenshots in the README and module README.
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Pin every clock-derived value the activation UI renders so snapshots no longer drift with the wall clock or the build host: - Add an optional ActivationConfig::deviceName override for the device chip label (falls back to the OS hostname when empty). - Add ActivationController::setPreviewClock so trialDaysRemaining() measures against a fixed instant in previews and snapshot tests. - Anchor all snapshot license timestamps to a fixed reference time and pin the device name, so the trial countdown and every rendered date are identical run to run.
Mirror the HALO callout for the native moonbase_licensing module, pointing to corino-drift: processor-owned ActivationController, LicenseGate audio-thread gating, and a shared ActivationComponent overlay.
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README's JUCE section previously documented only the
juce::OnlineUnlockStatusbridge and never mentioned the nativemoonbase_licensingmodule, so this reworks that section to present both paths side-by-side with a comparison table and a per-approach build command. It also adds the previously-undocumentedMOONBASE_BUILD_JUCE_NATIVE_EXAMPLECMake option to the options table. The native module's built-in activation UI is now illustrated with screenshots (license details in the main README, plus the trial screen in the module README), stored under a new top-levelassets/directory.