mikael
Aug 21, 2019 - 10:56
The following crashes on the last line and in objc_util.py on line 897. Any ideas how to get this working?
from objc_util import *
load_framework('SpriteKit')
SKShapeNode = ObjCClass('SKShapeNode')
cg_points = [CGPoint(0,0), CGPoint(10,5), CGPoint(5,0)]
node = SKShapeNode.shapeNodeWithSplinePoints_count_(cg_points, len(cg_points))