Skip to content
View frzi's full-sized avatar
☢️
Radiating
☢️
Radiating

Sponsoring

@SaltyAom

Highlights

  • Pro

Block or report frzi

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
frzi/README.md

Open source software isn't great because it's free. It's great because it's made with love and enthusiasm.

Pinned Loading

  1. swiftui-router swiftui-router Public

    Path-based routing in SwiftUI

    Swift 890 43

  2. swiftui-model3dview swiftui-model3dview Public

    Render 3d models with SwiftUI effortlessly

    Swift 215 17

  3. swift-variablefonts swift-variablefonts Public

    Extends UIFont/NSFont (and SwiftUI Font) for easier variable font support

    Swift 3

  4. swiftui-doomwipe swiftui-doomwipe Public

    DOOM wipe transition for SwiftUI. Don't expect much else! Or anything at all...

    Swift 1

  5. blinkjs blinkjs Public

    Easy GPGPU in the browser, powered by WebGL 2.0.

    HTML 27 9

  6. Generate Minesweeper for Discord Generate Minesweeper for Discord
    1
    // https://gist.github.com/frzi/5c397d396db3b94c281d57e803227db8
    2
    
    
    3
    const MINE = -1
    4
    
    
    5
    function generateSpaces(width = 9, height = 9, mines = 15) {