Skip to content

Commit

Permalink
Support Any Rotation (#209)
Browse files Browse the repository at this point in the history
it's tough


![RPReplay_Final1707573417](https://github.com/FluidGroup/Brightroom/assets/1888355/d622cc12-0404-4a36-8e71-7379e42a5c3a)


## TODO

- [x] Guide - aspect lock
- [x] Guide - glitch while moving
  • Loading branch information
muukii committed Feb 12, 2024
1 parent 278f49b commit 1378512
Show file tree
Hide file tree
Showing 34 changed files with 2,116 additions and 909 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "submodules/muukii/Reveal-SDK"]
path = submodules/muukii/Reveal-SDK
url = https://github.com/muukii/Reveal-SDK.git
75 changes: 73 additions & 2 deletions Dev/Brightroom.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Expand Up @@ -81,6 +81,24 @@
"version" : "509.0.2"
}
},
{
"identity" : "swiftui-hosting",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/swiftui-hosting.git",
"state" : {
"revision" : "7e8eaca72eae910d6d3b6272c263c6c3a10b755c",
"version" : "1.2.0"
}
},
{
"identity" : "swiftui-support",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/swiftui-support.git",
"state" : {
"revision" : "c610c1e46c14c4660beb4ef7fe0241941dbecdc6",
"version" : "0.5.0"
}
},
{
"identity" : "texture",
"kind" : "remoteSourceControl",
Expand All @@ -96,7 +114,7 @@
"location" : "https://github.com/FluidGroup/TextureSwiftSupport",
"state" : {
"branch" : "main",
"revision" : "5de10d4c9eae028a8c560ba1c964f76bc8b731c5"
"revision" : "5bae50cab3798dccb8b98c3ffbc70320ae66b45a"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Dev/Sources/Demo/Contents/DemoCropMenuViewController.swift
Expand Up @@ -213,7 +213,7 @@ final class DemoCropMenuViewController: StackScrollNodeViewController {
cropModifier: .init { image, crop, completion in

var new = crop
new.updateCropExtentNormalizing(
new.updateCropExtent(
CGRect(
origin: .zero,
size: .init(width: 100, height: 300)
Expand Down

0 comments on commit 1378512

Please sign in to comment.