All Projects → vladdeSV → gm_extensions

vladdeSV / gm_extensions

Licence: MIT license
📖 GameMaker Library Extensions

Programming Languages

d
599 projects

Projects that are alternatives of or similar to gm extensions

gms2-destructible-terrain
⛰️ Collidable, destructible terrain in GameMaker Studio 2
Stars: ✭ 24 (+71.43%)
Mutual labels:  gamemaker
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+22907.14%)
Mutual labels:  gamemaker
textboxy
Simple textboxes for Game Maker Studio 2
Stars: ✭ 58 (+314.29%)
Mutual labels:  gamemaker
AGD-Studio
An integrated development environment for AGD
Stars: ✭ 39 (+178.57%)
Mutual labels:  gamemaker
dotobj
.obj/.mtl loader, written in native GML, for GameMaker Studio 2.3
Stars: ✭ 27 (+92.86%)
Mutual labels:  gamemaker
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (+128.57%)
Mutual labels:  gamemaker
GMTest
GameMaker Testing Automation Suite
Stars: ✭ 14 (+0%)
Mutual labels:  gamemaker
steamworks.gml
Various expansions to Steamworks SDK support in GameMaker: Studio / GMS2.
Stars: ✭ 73 (+421.43%)
Mutual labels:  gamemaker
iota
Miniature delta time and time dilation library for GameMaker Studio 2.3.2
Stars: ✭ 19 (+35.71%)
Mutual labels:  gamemaker
event-horizon
Custom global event firing/subscribing in GameMaker: Studio 2
Stars: ✭ 16 (+14.29%)
Mutual labels:  gamemaker
BBMOD
Advanced 3D in GameMaker
Stars: ✭ 31 (+121.43%)
Mutual labels:  gamemaker
SNAP
Easy data format saving and loading for GameMaker Studio 2.3.2
Stars: ✭ 49 (+250%)
Mutual labels:  gamemaker
handytools
A series of libraries to extend GameMaker 2022 LTS
Stars: ✭ 45 (+221.43%)
Mutual labels:  gamemaker
Kawase
Kawase dual filter blur for GameMaker Studio 2
Stars: ✭ 23 (+64.29%)
Mutual labels:  gamemaker
DDDEditorGMS2
General purpose game editor made in Game Maker Studio 2. The basis for a lot of the tools I make.
Stars: ✭ 22 (+57.14%)
Mutual labels:  gamemaker
sonic-gms2
A GameMaker Studio 2 template project used for constructing games based on the Sonic the Hedgehog series.
Stars: ✭ 18 (+28.57%)
Mutual labels:  gamemaker
blur-shaders
A collection of blur shader examples, with a written tutorial.
Stars: ✭ 33 (+135.71%)
Mutual labels:  gamemaker
gamemaker-godot-dictionary
A dictionary for people moving from GM:S to Godot
Stars: ✭ 172 (+1128.57%)
Mutual labels:  gamemaker
stitch
A Gamemaker Studio 2 Pipeline Development Kit. A CLI and Node.JS API for creating GMS2 pipelines. Includes cross-project imports, batch-creating/updating sprites and sounds, texture page management, and more.
Stars: ✭ 54 (+285.71%)
Mutual labels:  gamemaker
sk
💀 GameMaker skeleton animation
Stars: ✭ 19 (+35.71%)
Mutual labels:  gamemaker

GameMaker Library Extensions

version 1.4 license

This library aims to add missing features from the standard GameMaker 1.4.9999 library.

There are around 40 scripts (eg. array_sort, array_slice, string_join, array_split) for general purpose usage!

Download & Usage

There are multiple ways to get the library extensions.

GameMaker: Marketplace

Manually

  1. Go the the releases page.
  2. Find and download the most recent gm_extensions.gml file.
  3. In your GameMaker project, include the file.

Development-build

  1. Install dmd.
  2. Clone this repository, git clone https://github.com/vladdeSV/gm_extensions.git.
  3. Execute the extractor in the project via the Command Prompt, rdmd extractor.d.
  4. In your GameMaker project, include the file output/gm_extensions.gml.

Resources

The target of this is library is primarily aimed at GameMaker 1.4, but will most likely work with GameMaker 2.

Acknowledgments

This project is not affiliated GameMaker or YoYoGames, but I definitely feel this should be available to everyone.

Special thanks to @twisterghost (Michael Barrett) for inspiration with his library gdash.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].