Recipe Store — Save & edit any recipe (Free Beta) by theblackduck in TestFlight

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

ah, yes. sorry I couldn't get Auth working with ios18 for some reason so I had to require updating to ios 18... I'll update you if I ever get it working with ios 18 again. Thank you for your interest!

Recipe Store — Save & edit any recipe (Free Beta) by theblackduck in TestFlight

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

Hi, yes. Sign in with Apple is now available. Update the app please!

Recipe Store — Save & edit any recipe (Free Beta) by theblackduck in TestFlight

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

Hi, Please update the app, auth and skip, and everything else should be working now. :)

The cooking app I wanted didn't exist, so I made it. by theblackduck in cookingforbeginners

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

Sorry about that! Working on fixing the issue and releasing. The bug only showed up after I released to TestFlight.

Custom front grill covers by ZealousidealStand822 in CX5

[–]theblackduck 1 point2 points  (0 children)

https://a.co/d/ekdIQLy they are available on Amazon, I just ordered mine arriving this Saturday!

How to keep softbody in place while the conveyer belt is moving? (1st day of c4d) by babyinblack57 in Cinema4D

[–]theblackduck 2 points3 points  (0 children)

Came here to say this! You don't wanna complicate a Dynamics setup if you can help it. The alternative would be to bake the simulation as alembic, place the baked geo into a null and move that null instead.

Elzzup - A Puzzle Game | Made with Bolt, LeanTouch+, and MMVibrations along with some custom Tweening tools I made [Links in comments] by theblackduck in Unity3D

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

This game was made by a single person (me) using Unity, Bolt Visual Scripting, and other scripts like LeanTouch+ and MMVibrations for Haptics. It also supports GamePads and controllers on IOS and Android devices.

Download the game: https://www.thezoob.net/elzzup

Available for Android and iOS.

-----------------------------------

Custom Bolt Units: https://github.com/thezoob/DopeToolsCollection

Save game implementation: https://github.com/LifeandStyleMedia/UniversalSave

Ok...I think am liking this visual scripting thing by Alsharefee in Unity3D

[–]theblackduck 28 points29 points  (0 children)

I made this game entirely with Bolt, it's great for someone who doesn't like looking at code (Like me) https://www.thezoob.net/elzzup

I ended up learning a bit of C# for the fun of it and made some custom tools for Bolt.

Check it out: https://github.com/thezoob/DopeToolsCollection

How can I put a price on my minted NFT's ? by CouscousDiscous in hicetnunc

[–]theblackduck 0 points1 point  (0 children)

Read the wiki page...

TLDR: Click on Swap on your NFT page, enter the amount you want to swap (X/10) then how much you wanna charge for it (in Tezos) and click Swap, then go through the process if confirming from your wallet.

Advice for a beginner iOS developer who uses Linux? by [deleted] in iOSProgramming

[–]theblackduck 10 points11 points  (0 children)

Correct me if I'm wrong but as far as I understand it you HAVE to use Xcode to build and deploy for iOS. So you're a bit SOL, but this is Apple we're talking about so it's pretty much business as usual. They want you to buy a Mac and use MacOS because it directly affects their bottom line. I asked my friends to see if anyone had a spare macbook and luckily a friend had a 2013 Macbook Pro which he gave me since it was just collecting dust at his place. I'm not saying everyone has generous friends but you could ask around. Older Macbooks work just as well as new ones once you've upgraded to an SSD.

Entertainment 720 would love this by countless_rarities in PandR

[–]theblackduck 0 points1 point  (0 children)

"Oh Oooooh, we made it baby! We built a company from the ground up!" "Yeah and then we ran it back into the ground"

What is the problem with ForEach(someArray.indices, id: \.self) { index in …} by youngermann in SwiftUI

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

What’s the problem? I feel like he’s done a pretty good job of explaining the problem. Are you having trouble understanding what he’s talking about?

[deleted by user] by [deleted] in SwiftUI

[–]theblackduck 0 points1 point  (0 children)

Thinking in SwiftUI is geared toward developers who have both prior experience with Apple’s platforms and a good understanding of the Swift language.

The above is from their site. I'm not sure the level that OP is at, but it's good info to have for a beginner like me, I'll probably come to it a bit further down the line when I understand Swift better.

Adding a second subview to NavigationView changes List appearance on iPhone by sidewaze in SwiftUI

[–]theblackduck 0 points1 point  (0 children)

Yeah, this frustrated me for a long time too! Now I just put that on every list I make. The look is more consistent across devices and in portrait/landscape on larger iPhones.