Pinned Loading
-
MultiProcessing
MultiProcessing PublicA simple MultiProcessing example in gml. With a heavy focus on simplicity for newer users.
-
Wittle-Widgets
Wittle-Widgets PublicA GML implementation of GUI Widgets with a focus on speed and lightweight implementation.
Game Maker Language 5
-
-
FastNoiseLiteGML
FastNoiseLiteGML PublicForked from Auburn/FastNoiseLite
Fast Portable Noise Library - GML GameMaker Studio 2.3
C# 2
-
GMString
GMString 1///feather ignore all
2function 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{
3str = string(_val_or_format, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, _arg10, _arg11, _arg12, _arg13, _arg14, _arg15);
4length = string_length(str);
5}
-
GML-Promise
GML-Promise PublicJS style promises added to GML, as well as an abundant number of async functions which can now return a promise.
Game Maker Language 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.