The Wayback Machine - https://web.archive.org/web/20240913185805/https://github.com/frzi
Skip to content
View frzi's full-sized avatar
🍕
time
🍕
time

Sponsoring

@SaltyAom

Highlights

  • Pro

Block or report frzi

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 900 43

  2. swiftui-model3dview swiftui-model3dview Public

    Render 3d models with SwiftUI effortlessly

    Swift 221 17

  3. swift-variablefonts swift-variablefonts Public

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

    Swift 4

  4. swiftui-doomwipe swiftui-doomwipe Public

    DOOM wipe transition for SwiftUI. That's it. That's all it does.

    Swift 2

  5. blinkjs blinkjs Public

    Easy GPGPU in the browser, powered by WebGL 2.0.

    HTML 29 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) {