Hacker News new | ask | show | jobs
by TillE 2935 days ago
The most common pattern I've seen with cross-platform stuff is a small Objective-C wrapper over MacOS APIs, which then gets called like C functions from pure C++ code.