Skip to content

Commit

Permalink
Update Demo Video
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Jun 3, 2024
1 parent 6910406 commit 68f7296
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"pins" : [
{
"identity" : "motion",
"kind" : "remoteSourceControl",
"location" : "https://github.com/b3ll/Motion",
"state" : {
"revision" : "d0439dd8f31ef16c3e17ef12e8d1921b00341d67",
"version" : "0.1.5"
}
},
{
"identity" : "swift-numerics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-numerics",
"state" : {
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
"version" : "1.0.2"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion Example/AdjustableDemo/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
if let windowScene = scene as? UIWindowScene {
let window = UIWindow(windowScene: windowScene)

// window.rootViewController = ReplicatorLayerViewController()
// window.rootViewController = ReplicatorLayerViewController()
window.rootViewController = UIHostingController(rootView: SwiftUIView())

self.window = window
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<img src="https://github.com/b3ll/Adjustable/blob/main/Resources/DemoVideo.gif?raw=true">
<img src="https://github.com/b3ll/Adjustable/blob/main/Resources/DemoVideo-Cropped.gif?raw=true">
</p>

This package provides property wrappers that can be used on properties for any value conforming to `ClosedRange` to allow for super fast iteration of UIs and interactions without the need to wait to recompile / relaunch an application. It does so by automatically adding an interactive slider for any property that you annotate with `@Adjustable` that sits on top of your app's window so you can dynamically adjust properties and see them update live. It's powered by a lot of the stuff I experimented with to make [SetNeedsDisplay](https://github.com/b3ll/SetNeedsDisplay).
Expand Down
Binary file added Resources/DemoVideo-Cropped.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68f7296

Please sign in to comment.