I\'m experimenting with Swift and Scenekit.
Building a Mac OS X app.
It seems quite easy to get a 3d-scene working.
But what is scene without some kind of 2D hi-score, radar dis
(see SCNSceneRenderer.h)
This is the recommended way. An alternative way is to make the SCNView layer backed and add child views or layers (but this is less efficient).