Skip to content
View binaryfoundry's full-sized avatar
Block or Report

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

  1. 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

  2. pytorch-to-js-example pytorch-to-js-example Public

    Write Simple PyTorch Model to Raw JavaScript

    Python

  3. mpm-wasm mpm-wasm Public

    Material Point Method ported to C++/WASM

    C++ 2

  4. Port of Joel Grus Fizz Buzz in Tenso... Port of Joel Grus Fizz Buzz in Tensorflow to Keras
    1
    from keras.models import Sequential
    2
    from keras.layers import Dense
    3
    import numpy as np
    4
    
                  
    5
    np.random.seed(7)
  5. Unity PBR Shader Unity PBR Shader
    1
    Shader "CustomPBRShader"
    2
    {
    3
        Properties
    4
        {
    5
            [NoScaleOffset] _Albedo("Albedo", Color) = (1.0, 1.0, 1.0, 1.0)