Skip to content
View weebs's full-sized avatar
💭
Just a doot dooter
💭
Just a doot dooter
Block or Report

Block or report weebs

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. Fable Fable Public

    Forked from fable-compiler/Fable

    F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

    F# 2

  2. clojure-fsharp clojure-fsharp Public

    F#

  3. F# + Silk.NET F# + Silk.NET
    1
    open Microsoft.FSharp.NativeInterop
    2
    open Silk.NET.Maths
    3
    open Silk.NET.Windowing
    4
    open Silk.NET.Input;
    5
    open Silk.NET.OpenGL
  4. Ableton Push Snake Game Ableton Push Snake Game
    1
    // Thank you git-moss for your Push4Bitwig script, as this was greatly helpful in learning how to
    2
    // control the LEDs/respond to input from the push. https://github.com/git-moss/Push4Bitwig
    3
    
    
    4
    loadAPI(1);
    5
    load('Helpers.js');
  5. chip8 chip8 Public

    F#

  6. three.js bindings for Fable F# with ... three.js bindings for Fable F# with various fixes
    1
    module rec threejs
    2
    
    
    3
    #nowarn "3390" // disable warnings for invalid XML comments
    4
    #nowarn "0044" // disable warnings for `Obsolete` usage
    5