Swifterswift: SpriteKit and SceneKit extensions

Created on 4 Nov 2017  路  1Comment  路  Source: SwifterSwift/SwifterSwift

Think about extensions to help game developers using SpriteKit and SceneKit; examples:

  • Bring UIColor extensions to SKColor
  • Add methods to simplify animating SKNode objects
  • and more ..

Unfortunately my experience with developing games is very limited, but I think adding such extensions to SwifterSwift would be a nice addition, especially that we're now using spspecs!

enhancement good first issue help wanted question

Most helpful comment

Actually SKColor is a UIColor and therefore has all the UIColor extensions as default 馃憤

typealias SKColor = UIColor

>All comments

Actually SKColor is a UIColor and therefore has all the UIColor extensions as default 馃憤

typealias SKColor = UIColor
Was this page helpful?
0 / 5 - 0 ratings

Related issues

SD10 picture SD10  路  3Comments

omaralbeik picture omaralbeik  路  3Comments

omaralbeik picture omaralbeik  路  5Comments

omaralbeik picture omaralbeik  路  3Comments

pawurb picture pawurb  路  3Comments