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

Block or report tinkerer-red

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

    A simple MultiProcessing example in gml. With a heavy focus on simplicity for newer users.

    Yacc 2 1

  2. Wittle-Widgets Wittle-Widgets Public

    A GML implementation of GUI Widgets with a focus on speed and lightweight implementation.

    Game Maker Language 5

  3. GML-__Super__ GML-__Super__ Public

    An implementation of super for GML

    Game Maker Language 3

  4. FastNoiseLiteGML FastNoiseLiteGML Public

    Forked from Auburn/FastNoiseLite

    Fast Portable Noise Library - GML GameMaker Studio 2.3

    C# 1

  5. GMString GMString
    1
    ///feather ignore all
    2
    function GMString(_val_or_format, _arg1=undefined, _arg2=undefined, _arg3=undefined, _arg4=undefined, _arg5=undefined, _arg6=undefined, _arg7=undefined, _arg8=undefined, _arg9=undefined, _arg10=undefined, _arg11=undefined, _arg12=undefined, _arg13=undefined, _arg14=undefined, _arg15=undefined) : __GMString__() constructor{
    3
    	str = string(_val_or_format, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, _arg10, _arg11, _arg12, _arg13, _arg14, _arg15);
    4
    	length = string_length(str);
    5
    }
  6. GML-Promise GML-Promise Public

    JS style promises added to GML, as well as an abundant number of async functions which can now return a promise.

    Game Maker Language 2