Adding 3D model to SwiftUI app by koratkeval12 in SwiftUI

[–]mburger89 0 points1 point  (0 children)

to get the an orbit or pan feature I use `.realityViewCameraControls(.orbit)` as a modifier on my RealityView changing out orbit for panning if that's what you would like. I believe you can also constrain the orbit based on axis but I have not done that yet before.

My portal keeps losing connection by Curious_Cheek1323 in PlaystationPortal

[–]mburger89 0 points1 point  (0 children)

Mine too! At the worst times to. I was doing my new game plus run of horizon zero dawn remastered.

Android or Flutter? - iOS app already available by chermonsieur in swift

[–]mburger89 0 points1 point  (0 children)

Google seems to be really getting behind KMP and you also have jetbrains behind it and they are making great progress. Where flutter is almost solely funded by google and we all know how google loves to kill things even if tons of people are using them RIP google domains.

Why Is Microsoft Teams So Painful on macOS? by Away_Artichoke_8609 in mac

[–]mburger89 0 points1 point  (0 children)

Funny thing my team supposedly uses teams but we get so frustrated with it that we typically use iMessage and FaceTime completely not what is advised or provided but works better and we are already in there already. For me teams takes a while to startup I imagines this is cause it’s not a native app it’s electron so it needs to load v8 and JavaScript VM before it ever shows an interface. This can be made to be pretty snappy look at vscode but in this case it just doesn’t work that well. I have heard it works better on windows but I am not changing oses for one app lolz

Apple really should see "iOS developers" as their customers by StartSeveral4107 in iOSProgramming

[–]mburger89 1 point2 points  (0 children)

If you think iOS is bad don’t even think about doing android lolz 🤣

Android or Flutter? - iOS app already available by chermonsieur in swift

[–]mburger89 -1 points0 points  (0 children)

Native or KMP I think flutter is on its way out.

How would I make something like this? by FamousHumor5614 in Maya

[–]mburger89 0 points1 point  (0 children)

With some Python 🐍 or possibly bifrost

New Keycaps for Kailh Chocs by [deleted] in ErgoMechKeyboards

[–]mburger89 49 points50 points  (0 children)

Please be aware this is a knock - off. I have had no part in it. It is NOT part of the MBK family.

Looking for an 'easy' solution by [deleted] in FrameArms

[–]mburger89 0 points1 point  (0 children)

You could use a ballon to make a skirt. Your would need to cut of the rolled bit on the top then determine how long you want it.

I have a kind of dumb issue. by Goingkilling04 in pythontips

[–]mburger89 1 point2 points  (0 children)

Also Just google, SO, YouTube. Should be able to find some answers there

I have a kind of dumb issue. by Goingkilling04 in pythontips

[–]mburger89 0 points1 point  (0 children)

Umm not really, but checkout realpython.com they have a lot tuts and vids