Skip to content
View binaryfoundry's full-sized avatar

Block or report binaryfoundry

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 Loading

  1. fisica-rt fisica-rt Public

    Physically based ray tracing example with blue noise screen space error distributed sampling.

    C 3

  2. picoGPT-cpp picoGPT-cpp Public

    Forked from jaymody/picoGPT

    An unnecessarily tiny implementation of GPT-2 in C++.

    C++

  3. zxsc zxsc Public

    WebAssembly ZX Spectrum emulator resampling demo.

    C++

  4. Unity PBR Shader Example Unity PBR Shader Example
    1
    Shader "CustomPBRShader"
    2
    {
    3
        Properties
    4
        {
    5
            [NoScaleOffset] _Albedo("Albedo", Color) = (1.0, 1.0, 1.0, 1.0)
  5. raytracinginoneweekend-emscripten raytracinginoneweekend-emscripten Public

    Forked from RayTracing/InOneWeekend

    The source for the ebook Ray Tracing in One Weekend by Peter Shirley. This work is in the public domain. Extended for threaded Windows MSVC and Emscripten builds.

    C++ 10

  6. pytorch-to-js-example pytorch-to-js-example Public

    Write a simple PyTorch model to raw JavaScript.

    Python