Skip to content
View figgleforth's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report figgleforth

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. em em Public

    Why waste time write lot code when few code do trick?

    Ruby

  2. AnalogGestureRecognizer.gd AnalogGestureRecognizer.gd
    1
    # Based on https://gamedev.stackexchange.com/questions/182534/comparing-analog-stick-movements-to-predefined-flick-shapes 
    2
    extends Node2D
    3
    
                  
    4
    signal gesture_began(recognizer, gesture)
    5
    signal gesture_ended(recognizer, gesture)
  3. Extract RGBA pixel data from an NSIm... Extract RGBA pixel data from an NSImage in Swift
    1
    //
    2
    //  NSImage+pixelData.swift
    3
    //
    4
    //  Created by Figgleforth on 5/21/15.
    5
    //  Copyright (c) 2015 Bojan Percevic. All rights reserved.
  4. Keyboard input for use with SpriteKi... Keyboard input for use with SpriteKit or SceneKit
    1
    //
    2
    //  Keyboard.swift
    3
    //
    4
    //  Created by Bojan Percevic on 5/21/15.
    5
    //  Copyright (c) 2015 Bojan Percevic. All rights reserved.