Skip to content
View dkun7944's full-sized avatar

Highlights

  • Pro

Block or report dkun7944

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. facesynth-ios facesynth-ios Public

    Synthesizer app controlled by your face!

    C++ 5

  2. SwiftUI + Swift.Shader CD SwiftUI + Swift.Shader CD
    1
    //
    2
    //  CDView.swift
    3
    //  CD
    4
    //
    5
    //  Created by Daniel Kuntz on 7/3/23.
  3. Extension to add a cool 3D floating ... Extension to add a cool 3D floating effect to any UIView.
    1
    extension UIView {
    2
        func add3DFloatingEffect(withDepth depth: Double = 1 / 12, duration: Double = 5) {
    3
            let depthAngle = depth * .pi
    4
            let rotationAnimationY = CABasicAnimation(keyPath: "transform.rotation.y")
    5
            rotationAnimationY.fromValue = NSNumber(floatLiteral: -1 * depthAngle)
  4. bluenote bluenote Public

    BlueNote iOS app

    C 8 2