Post

Replies

Boosts

Views

Activity

Reply to Unreal Engine / Path tracer
Metal already have all the required API to implement raytracing. So probably there is nothing preventing Epic or Twinmotion from implementing it in Unreal or Twinmotion. However, to get good performance you will have to wait for an Apple Silicon GPU with raytracing acceleration.
Topic: Graphics & Games SubTopic: General Tags:
Oct ’23
Reply to drawRect broken in Xcode 15/Sonoma
Probably it's not a bug, just the new behaviour. When linking to the macOS 14 SDK, the clipsToBounds property of NSView is set to false. Either update your drawing code, or set it back to true. See the macOS 14 AppKit release notes for some info.
Topic: UI Frameworks SubTopic: AppKit Tags:
Sep ’23
Reply to Quicktime Interactivity?
That part of the QuickTime format has been deprecated, and doesn't work anymore with modern QuickTime (version 10 and later). Actually browser plug-ins have been deprecated and removed too. The good news is that HTML and javascript have all the tools needed to created such thing nowadays.
Topic: Media Technologies SubTopic: General Tags:
Aug ’23