Skip to content
View rubick24's full-sized avatar
💭
💭
  • Shanghai
  • 09:18 (UTC +08:00)

Block or report rubick24

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tsl-slug tsl-slug Public

    A reference implementation of the Slug algorithm using Three.js TSL (Three.js Shader Language) and WebGPU.

    TypeScript

  2. solid-webgpu solid-webgpu Public

    a thin solid-js wrapper for WebGPU

    TypeScript 3

  3. pcf2ttf pcf2ttf Public

    convert pcf font file to pixelated ttf font file

    JavaScript 13

  4. Weight of the World Weight of the World
    1
    const PI2 = Math.PI * 2
    2
    
                  
    3
    const keyToFrequency = n => Math.pow(2, (n - 49) / 12) * 440
    4
    
                  
    5
    const generateAudioSignal = (frequency, duration, time) => {