Post

Replies

Boosts

Views

Activity

Reply to Is scenekit powerful ?
In my experience, I made a game with Scenekit and I had to descope a lot of simple things due to performance and limitations. SceneKit is written in Obj-C and uses CATransform's. But the biggest dissapointment was that Apple trashed it many years ago. If they don't support it - why should we!
Topic: Graphics & Games SubTopic: General Tags:
Oct ’22
Reply to AccessibilityUIServer has microphone locked
This keeps coming back when I boot my mac, even if the option is off and there is no shortcut. Seems like a bug. macOS Sequoia 15.0 (24A335)
Replies
Boosts
Views
Activity
Sep ’24
Reply to Dashed Line in Metal
I'm also interested in knowing how to do this, and I have a feeling a lot of people are as well. Could you perhaps write som sample code to help us out? thx
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Convert SceneKit/matrix/transform code into pure Metal/MetalKit
To be a little bit more specific, what does the SCNMatrix4Mult(scnNode.worldTransform… do and scnNode.transform = matrix4 and = scnNode.simdWorldOrientation do? How can I write this in simd?
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Is scenekit powerful ?
In my experience, I made a game with Scenekit and I had to descope a lot of simple things due to performance and limitations. SceneKit is written in Obj-C and uses CATransform's. But the biggest dissapointment was that Apple trashed it many years ago. If they don't support it - why should we!
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Testing confirmAcquired in App Clip via simulator?
I'm testing on a real device and have the same issue!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Swift, Lambda, Status: 405 Method Not Allowed?
Well silly me, it has to be a JSON payload with a POST request. curl --header "Content-Type: application/json" --request POST --data '{"name":"ABC","password":"123"}' http://127.0.0.1:7000/invoke I was trying this in Safari! 😬🤣
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21