Skip to content
Avatar
:octocat:
Wondering why anyone puts up with me
:octocat:
Wondering why anyone puts up with me

Achievements

Achievements

Block or Report

Block or report SaganRitual

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Arkonia Public

    A hobbyist's toy, under construction. An evolution and natural selection simulator. Creatures whose brains and bodies evolve genetically to make them better at eating each other.

    Swift 2

  2. Foil Public

    Metal example code, translated to Swift from Apple's old Objective-C example

    Swift

  3. 1
    import CoreGraphics
    2
    
                  
    3
    /// Arithmetic extensions for CGPoint, CGSize, and CGVector.
    4
    /// All of the operators +, -, *, /, and unary minus are supported. Where
    5
    /// applicable, operators can be applied to point/size/vector + point/size/vector,
  4. 1
    import SpriteKit
    2
    import GameplayKit
    3
    
                  
    4
    class GameScene: SKScene {
    5
    
                  
  5. 1
    import Foundation
    2
    import SpriteKit
    3
    
                  
    4
    class Box {
    5
        let sprite: SKShapeNode
  6. 1
    import Foundation
    2
    import SpriteKit
    3
    
                  
    4
    func getColorName(_ color: NSColor) -> String {
    5
        switch color {

162 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 2 repositories

Seeing something unexpected? Take a look at the GitHub profile guide.