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

Highlights

  • Pro
Block or Report

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

  1. swiftui-model3dview swiftui-model3dview Public

    Render 3d models with SwiftUI effortlessly

    Swift 201 16

  2. swiftui-router swiftui-router Public

    Path-based routing in SwiftUI

    Swift 833 41

  3. swift-variablefonts swift-variablefonts Public

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

    Swift 3

  4. SwiftChatApp SwiftChatApp Public

    A primitive chat app utilizing SwiftUI and WebSockets. Both server and client!

    Swift 74 14

  5. blinkjs blinkjs Public

    Easy GPGPU in the browser, powered by WebGL 2.0.

    HTML 26 8

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