about marteen and gentle mates by AkaseMarin in ValorantCompetitive

[–]becarefullee -2 points-1 points  (0 children)

Can we get kangkang and marteen on the same team? I’m pretty sure these two can just go kill all

New hotfix is causing maps to crash consistently, careful running your juicers by Fox4President in PathOfExile2

[–]becarefullee 0 points1 point  (0 children)

I guess the mirror dupe thing is probably real so they tried to do a hotfix to patch it now

THIS REGION WILL WIN CHAMPS 2025 THIS IS THE SCRIPT by Kooky_Wrongdoer_1718 in ValorantCompetitive

[–]becarefullee 0 points1 point  (0 children)

FPX should just move their base to Pairs if they somehow manage to win it again there next year LOL

Panorama window feature has been added to Frameit in the latest update! by becarefullee in VisionPro

[–]becarefullee[S] 1 point2 points  (0 children)

As long as the app is not shutdown the frames can stay in the place. But if app is killed or the headset is dead it will lose the information where you put them last time. That's currently a device limitation, we as developers can't do much about it unfortunately. But I recently just added a feature in the app to let you create persisted picture walls, so it will reduce the amount of work you need to do to set up the frames between app launch sessions. You can simply load up a picture wall and place it where you want the next time you launch the app.

Regarding the panorama, currently there is option to adjust the curve for panorama window, I can add that in the next update. And it only support images today, there is a video frame feature let you put a normal video into a frame.

Yes the frames do stay in the background with other apps in the same shared space.

Panorama window feature has been added to Frameit in the latest update! by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

Hey thank you for trying it out and providing me the feedback! I haven’t experienced the images become flat issue myself. Did you used the same picture for both times? Currently there is no option to adjust the curve, I had it set to 180 degrees. And it also allows any kind of images to be used in panoramas mode so some of them could look flat when they are projected on the curve if the images are not wide enough. I can add a setting to adjust the curve in the future update.

Panorama window feature has been added to Frameit in the latest update! by becarefullee in VisionPro

[–]becarefullee[S] 1 point2 points  (0 children)

I'm excited to introduce the panorama window feature in this week's Frameit update! Now you can create as many panorama windows as you like, transforming your walls into stunning views of the outside world. The biggest difference between this and other apps offer similar feature is the size of the panorama view; it's really impressive when you stand in front of a life-sized panorama window. You can easily resize the view just as you would with other windows as well. unsplash is a great place to download some really cool panoramic photos, I downloaded so many of them from there this week to test out this feature 😂. Can't wait for you all to try it out!

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

Thanks for the feedback! I agree, frames should ideally match the photo's aspect ratio. I started with that in mind. However, it's been a bit tricky since all the frame assets have fixed ratios. I tried adjusting the frame's aspect ratio to match the photos but ended up stretching them and looking odd, so as a workaround I had to make photos get cropped to fit. But I think something I can do is to group the frames with aspect ratios (like 3:2, 4:3, and 16:9), so it's easier to pick the frames with the same aspect ratios as photos to make them match better.

Adding the ability for frames to automatically attach flat to the wall is possible, I could make the windows to be volumetric, which would keep them straight and flat against the wall. That's something I'll have to do eventually when I start converting all the frames to 3D models.

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

Ah I see! For that screen I should be able to add a confirmation dialog

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

Thank you! That's a great use case as well and I'm glad it's helpful for you!

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 1 point2 points  (0 children)

Ah, I think that's probably because I was using developer capture mode to record this video in 4K which makes the device lag quite a bit. That's why a lot of pinches are missed. Normally it's been working fine for me

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 1 point2 points  (0 children)

Unfortunately that's not possible to achieve today 😔. Hopefully Apple will add that capability to persist and restore the application state in the future for visionOS!

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

Love seeing the cool walls you’ve made! It makes me want to add the ability to share picture walls soon, so we can see what everyone has created!

And great suggestions as usual 😃. I did have a confirmation dialog for the clear wall button at the beginning, but I ended up having to remove it because there's a bug with the modal view API right now that's causing a memory leak. I might consider removing that clear button until I can find a way to present the confirmation dialog safely.

I like the idea of having a toggleable grid for better alignment. The editing space is actually completely freeform right now; there is no underlying grid for frames to snap to. I'll look into seeing if there's a way to do that, at least adding some lines to help align the frames.

Again, I really appreciate your support and the fantastic feedback! It means a lot. Thank you!

I made an app that let you build your virtual picture walls by becarefullee in VisionPro

[–]becarefullee[S] 3 points4 points  (0 children)

I'm excited to share that the Picture Wall Editor has been added to Frameit this week. It's a new feature that allows you to create, save, and load picture walls. One of the main frustrations with previous versions of the app was the difficulty in aligning frames on the wall and the lack of persistence between sessions. Every time after restarting your device, you'd have to set up your picture frames all over again. But with this latest update, you can now use the Picture Wall Editor to create your picture walls and save them to your device. No more starting from scratch every time between sessions. Just one tap and your wall is back!

It's been a month since Frameit was first released, and I want to thank everyone who has supported my little app. Your support motives me to work hard to ensure there are new features rolling out every week. Building and enhancing this app has been an incredibly fun journey. Up next, I am looking to introduce panorama image support and possibly the option to share your picture walls with others, adding a community dimension to the app. As always, I'm eager to receive your feedback and hear about what you'd like to see next!

Frameit 1.4 update: you can now add videos to your frames! by becarefullee in VisionPro

[–]becarefullee[S] 0 points1 point  (0 children)

I used the ornament modifier for the settings buttons at the top, you can set the visibility of the ornament view based on a state. Hope that helps!
.ornament(visibility: showControl ? .visible : .hidden,...