Merged
Conversation
- Replace JavaFX with Go desktop app using Fyne v2 - Render circles to image.NRGBA for performance - Place circles using tiered large-to-small algorithm with spatial grid - Add dark theme, density slider (10-2000), live shade slider (156-190) - Show placement summary after generation - Update README with build instructions and controls
- Add third "confuser" color applied to 10% of non-shape circles - Build inline HSV color picker with hue/saturation square and brightness bar - Show hex value of selected color for reference - Add preset swatches for #61B9B9, #569B9B, #929292 - Add outline toggle to reveal hidden shape location - Generate first plate on startup
- Add Shape interface with CircleShape and TextShape implementations - Render user text to bitmap mask for hidden text patterns - Add letter spacing and auto-sizing for text shapes - Replace outline checkbox with custom iOS-style toggle switch - Add editable hex input to confuser color picker - Add File → Save PNG with native save dialog - Make canvas fill all available space - Add scrollable sidebar, increase default window size - Flatten project: remove internal/ and cmd/ nesting - Rename Output_examples to old output examples - Update README with screenshots and new controls
- Add GitHub Actions workflow with Linux and Windows builds via fyne-cross - Auto-release on push (latest for master, pre-release for branches) - Block generation when text mode is active but text is empty - Initialize confuser color to #569B9B on startup - Fix glyph clipping by always offsetting draw origin by left bearing - Fix HSV bar to render current hue/saturation instead of grayscale - Use exact 10% confuser selection instead of Bernoulli sampling - Fix CI pre-release tag cleanup mismatch
202cf8a to
2f3edc1
Compare
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.
No description provided.