Skip to content
View Czajnikowski's full-sized avatar
🚀
🚀
Block or Report

Block or report Czajnikowski

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

  1. GlassEffect GlassEffect Public

    SwiftUI + Metal effect that allows to reproduce see-through, decorative/ornamental glass-like effects.

    Swift 5

  2. A couple of abstractions useful in s... A couple of abstractions useful in situations where you want to display some loadable content (whatever it is - news feed, image loaded from a URL or an output image from a filter or anything else)
    1
    import SwiftUI
    2
    
    
    3
    LoadableResourceView(resourceProvider) { loadableResource in
    4
        SomeView(loadableResource)
    5
    }
  3. ScanEffect ScanEffect Public

    SwiftUI + Metal effect that allows to reproduce scan glitches

    Swift 3 1

  4. SegmentationEffect SegmentationEffect Public

    Some SwiftUI + Metal geometry effect

    Swift 2

  5. RefractionAndFun RefractionAndFun Public

    An imperfect example of some light effects modeling using Metal.

    Swift 2

  6. RDXChallenge RDXChallenge Public

    Coding challenge, a part of the interview process for RDX.

    Swift