-
Notifications
You must be signed in to change notification settings - Fork 0
Home
An open-source testing framework for GameMaker libraries, extensions and prefabs, with a focus on simplicity and ease of use.
The minimum version of GameMaker required to use this library is GameMaker Studio 2023.4. This is because it uses the string templates and string functions introduced in that version and previous like string_split()
. The library is fully compatible with the latest version of GameMaker Studio 2024.x.
β : Fully compatible. (*: Recommended for this version.)
β: Not compatible.
GameMaker Version | GMTL v1.0.x |
---|---|
Studio 1.4.x | β |
Studio 2 - 2.2 | β |
Studio 2.3.x | β |
2022.x & 2022 LTS | β |
2023.1 - 2023.3 | |
2023.4 - 2023.11 | β |
2023 LTS | β |
2024.x | β * |
Note
Author's comment: Depending if anyone is interested in using this library with older versions of GameMaker, I could make a version compatible up to GameMaker Studio 2.3.7 as I did with the compatibility update in the GML-Extended library.