-
Notifications
You must be signed in to change notification settings - Fork 12
/
libraries.json
418 lines (418 loc) · 14.1 KB
/
libraries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
{
"title": "GameMaker Libraries",
"description": "A big ol' list of GameMaker libraries, extensions, tools etc.",
"libraries": [
{
"title": "Fix GML being recognised as Yacc on GitHub",
"url": "https://www.reddit.com/r/gamemaker/comments/n5m35l/a_simple_fix_for_github_incorrectly_detecting/"
},
{ "title": "GMLScripts.com", "url": "https://www.gmlscripts.com/" },
{
"title": "GM Core (Buncha libraries rolled into one)",
"url": "https://github.com/gm-core"
},
{
"title": "Gleb Tsereteli's GameMaker 2.3 Resources",
"url": "https://docs.google.com/document/d/1wUm8FZPm8AKLZgC-P76TPJAMXs0EN2s5mJGvvUFwycw"
},
{
"title": "GMS2.3 Destructors",
"url": "https://github.com/DatZach/Destructors"
},
{ "title": "Community Wiki", "url": "https://gmcw.dev/" },
{
"title": "RenderDoc for GameMaker",
"url": "https://github.com/Blokatt/renderdoc-gms2-kit"
},
{ "title": "Emu UI", "url": "https://github.com/DragoniteSpam/Emu" },
{
"title": "Bronze Box - 3d world models from a 2d grid",
"url": "https://github.com/cicadian/Bronze-Box"
},
{
"title": "GMS2's Camera System",
"url": "https://maddestudiosgames.com/gms2-meet-the-camera-system/"
},
{
"title": "OOP Array Class",
"url": "https://github.com/evolutionleo/ArrayClass"
},
{
"title": "Video Player for Windows and Ubuntu",
"url": "https://forum.yoyogames.com/index.php?threads/video-player-for-windows-and-ubuntu.77882/"
},
{
"title": "ShaderToy to GameMaker Converter",
"url": "https://iarri.github.io/Shadertoy2GM/"
},
{
"title": "SnowState (State Machine)",
"url": "https://github.com/sohomsahaun/SnowState"
},
{ "title": "YYPMaker", "url": "https://sahaun.itch.io/yyp-maker" },
{
"title": "Runtime Asset Inspector",
"url": "https://github.com/nommiin/meta"
},
{
"title": "Cheat/Debug Console",
"url": "https://github.com/daikon-games/rt-shell"
},
{
"title": "XeroInput (Input Handler)",
"url": "https://www.reddit.com/r/gamemaker/comments/icoh6m/xeroinput_gms23_input_handler/"
},
{
"title": "BjortFX (Post-Processing)",
"url": "https://github.com/TandyRum1024/gms-bjortfx-filter"
},
{
"title": "Angel Engine Snips (Sprite Playback)",
"url": "https://github.com/angelwire/AESnips/"
},
{
"title": "Typewriter Tutorial",
"url": "https://www.yoyogames.com/blog/581/coffee-break-tutorial-easy-typewriter-dialogue-gml"
},
{
"title": "Voronoi Pixels",
"url": "https://github.com/XorDev/GMS-Voronoi-Pixels"
},
{
"title": "Xor's Shader Tutorials",
"url": "https://xorshaders.weebly.com/"
},
{ "title": "Chunk Loading", "url": "https://github.com/tonystr/Reveen" },
{
"title": "Poisson Disk Sampling",
"url": "https://apathyhill.com/blog/gms2-tutorial/poisson-disk-sampling"
},
{
"title": "Shader-Based Transitions",
"url": "https://short-bread.itch.io/transfx"
},
{
"title": "Voxel Raytracing",
"url": "https://www.dropbox.com/s/zepu1s03ikhi2gb/DistanceField.yyz?dl=0"
},
{
"title": "NekoPresence (Discord Rich Presence)",
"url": "https://marketplace.yoyogames.com/assets/9526/nekopresence"
},
{
"title": "Snippet to Merge Functions",
"url": "https://gist.github.com/evolutionleo/308655519b0abc0105275cde8c0ff015"
},
{
"title": "Room Data Inspector",
"url": "https://github.com/heygleeson/TheRoomInspector"
},
{
"title": "Shampoo (GUI framework)",
"url": "https://zackbanack.itch.io/shampoo"
},
{
"title": "Crispy (Unit Testing Framework)",
"url": "https://github.com/bfrymire/crispy"
},
{
"title": "Another Unit Testing Framework",
"url": "https://github.com/pmarincak/gms2-test"
},
{ "title": "GMEdit", "url": "https://github.com/GameMakerDiscord/GMEdit" },
{
"title": "Advanced Macro Usage",
"url": "https://nuxiigit.github.io/content/blog/post/gml+syntax+extensions.html"
},
{
"title": "ThunderTracker (Sprite Attachment Points)",
"url": "https://waltruss.itch.io/thundertracker"
},
{
"title": "Building GameMaker Games from Commandline",
"url": "https://www.patreon.com/posts/36556955"
},
{
"title": "GameMaker Native Cursors",
"url": "https://yellowafterlife.itch.io/gamemaker-native-cursors"
},
{
"title": "GMExtensionPacker",
"url": "https://github.com/DatZach/GMExtensionPacker"
},
{ "title": "LDtk Importer", "url": "https://shynif.itch.io/ldtk-to-gms" },
{
"title": "LDtk Advanced Importer",
"url": "https://github.com/evolutionleo/LDtkParser"
},
{
"title": "Ultralight (HTML Renderer)",
"url": "https://github.com/nommiin/ultralight-gm"
},
{
"title": "Three Mice In A Trenchcoat Source",
"url": "https://github.com/XorDev/ThreeMiceInaTrenchcoat/wiki"
},
{
"title": "Promises",
"url": "https://github.com/YAL-GameMaker/Promise.gml"
},
{
"title": "GameMaker .win Unpacker",
"url": "https://github.com/nkrapivin/pugIFF"
},
{
"title": "i18n JSON-based Localisation",
"url": "https://github.com/CreativeHandOficial/gm-i18n"
},
{ "title": "GMTwerk2", "url": "https://github.com/dicksonlaw583/GMTwerk2" },
{
"title": "Various Lighting Systems",
"url": "https://www.youtube.com/playlist?list=PLYVea5brHS8YHECGPoEp4_gWU-k6nWzUy"
},
{
"title": ".webm Video Player",
"url": "https://marketplace.yoyogames.com/assets/9790/webm-player"
},
{
"title": "JSONBabel (Translation)",
"url": "https://comigo.itch.io/jsonbabel"
},
{
"title": "Multi-Window Games",
"url": "https://github.com/nkrapivin/libmulti/"
},
{
"title": "NodeJS + GM Online Framework",
"url": "https://github.com/evolutionleo/GM-Online-Framework"
},
{ "title": "Fast", "url": "https://github.com/Hyomoto/FAST" },
{
"title": "GMVerlet-Integration",
"url": "https://github.com/tabularelf/GMVerlet-Integration"
},
{ "title": "SnowState", "url": "https://github.com/sohomsahaun/SnowState" },
{ "title": "fuwafuwa", "url": "https://github.com/kemonologic/fuwafuwa" },
{
"title": "LWO - Light Weight Objects",
"url": "https://github.com/tabularelf/lwo"
},
{ "title": "StreamUI", "url": "https://github.com/OmegaX1000/StreamUI" },
{
"title": "BrainfuckGM",
"url": "https://github.com/evolutionleo/BrainfuckGM"
},
{ "title": "Polarca", "url": "https://github.com/VitorEstevam/polarca" },
{
"title": "LDtkParser",
"url": "https://github.com/evolutionleo/LDtkParser"
},
{
"title": "Room Editor Friendly WarpSystem",
"url": "https://github.com/tabularelf/Room-Editor-Friendly-WarpSystem"
},
{ "title": "Lexicon", "url": "https://github.com/tabularelf/lexicon" },
{
"title": "GmlCppExtFuncs",
"url": "https://github.com/YAL-GameMaker-Tools/GmlCppExtFuncs"
},
{
"title": "gm-i18n",
"url": "https://github.com/CreativeHandOficial/gm-i18n"
},
{
"title": "good-vibes",
"url": "https://github.com/mrdaneeyul/good-vibes"
},
{
"title": "UnityWayInGMS",
"url": "https://github.com/WWWcool/UnityWayInGMS"
},
{
"title": "Lots of Colours for GameMaker",
"url": "https://dragonite.itch.io/lotsa-colors"
},
{
"title": "DarkContract",
"url": "https://github.com/Alprog/DarkContract"
},
{ "title": "GMonitor", "url": "https://github.com/DatZach/GMonitor" },
{ "title": "pugIFF", "url": "https://github.com/nkrapivin/pugIFF" },
{
"title": "Sprite Atlas for GameMaker",
"url": "https://dragonite.itch.io/sprite-atlas"
},
{
"title": "Blend Mode Preview",
"url": "https://dragonite.itch.io/blend-mode-preview"
},
{
"title": "Drag and Drop Files Into GameMaker Games",
"url": "https://dragonite.itch.io/drag-and-drop-files-into-gamemaker-games"
},
{
"title": "Promise.gml",
"url": "https://github.com/YAL-GameMaker/Promise.gml"
},
{
"title": "Magpie",
"url": "https://dragonite.itch.io/magpie-generic-inventory-for-gamemaker"
},
{
"title": "Particle Systems",
"url": "https://github.com/GamemakerCasts/particle-systems"
},
{ "title": "phgen", "url": "https://github.com/squircledev/phgen" },
{
"title": "Cartoon Chickens - Cel Shading in GameMaker",
"url": "https://dragonite.itch.io/cartoon-chickens"
},
{ "title": "libLassebq", "url": "https://github.com/nkrapivin/libLassebq" },
{ "title": "GMKrypt", "url": "https://github.com/nkrapivin/GMKrypt" },
{
"title": "Danmaku Project - Bullet Hell Library",
"url": "https://github.com/OmegaX1000/DanmakuProject"
},
{ "title": "EventGML", "url": "https://github.com/Soves/EventGML" },
{ "title": "Crispy", "url": "https://github.com/bfrymire/crispy" },
{
"title": "The Room Inspector",
"url": "https://github.com/heygleeson/GM-RoomInspector"
},
{
"title": "GMESCAPI",
"url": "https://marketplace.yoyogames.com/assets/9529/gmescapi"
},
{
"title": "NekoPresence",
"url": "https://marketplace.yoyogames.com/assets/9526/nekopresence"
},
{
"title": "GMLocalize2",
"url": "https://github.com/DragoniteSpam/GMLocalize2"
},
{
"title": "Small Pentapop Localization tool",
"url": "https://github.com/AntonBergaker/small_pp_localization_tool"
},
{ "title": "Wavload", "url": "https://github.com/nkrapivin/wavload" },
{
"title": "Glance Outdated",
"url": "https://github.com/Soves/Glance-outdated-"
},
{ "title": "Lock And Key", "url": "https://github.com/AlubJ/Lock-And-Key" },
{
"title": "Luminous Chicken - 3D Lighting Shaders for GameMaker",
"url": "https://dragonite.itch.io/luminous-chicken-3d-lighting-shaders-for-gamemaker"
},
{
"title": "ArrayClass",
"url": "https://github.com/GameMakerDiscord/ArrayClass"
},
{
"title": "Bogosort for GameMaker",
"url": "https://dragonite.itch.io/bogosort-for-gamemaker"
},
{
"title": "Various Extensions",
"url": "https://samuel-venable.itch.io/gamemaker-extension-collection"
},
{
"title": "Stack3d Guide",
"url": "https://dev-dwarf.github.io/dwarfdev/tutorials/2021/01/24/Stack3D-Guide.html"
},
{
"title": "On Slopes and Grids",
"url": "https://forum.yoyogames.com/index.php?threads/on-slopes-and-grids-subpixel-perfect-topdown-movement-and-collision-line-without-objects.4073/"
},
{ "title": "Regex", "url": "https://tonystr.net/a/regex" },
{ "title": "Circles", "url": "https://tonystr.net/a/circles" },
{
"title": "Vector2.gml",
"url": "https://gist.github.com/FaultyFunctions/a81ad69046b3b3966b531cb592da6bac"
},
{
"title": "draw_sprite_sliced.gml",
"url": "https://gist.github.com/shdwcat/6e446830fe2d243953bed90e5f2fe7b7"
},
{
"title": "array_2d",
"url": "https://gist.github.com/tabularelf/ea7901007179d48ce2f61e6e2fe026da"
},
{
"title": "InheritFunction.gml",
"url": "https://gist.github.com/evolutionleo/308655519b0abc0105275cde8c0ff015"
},
{
"title": "array_shuffle.gml",
"url": "https://gist.github.com/heygleeson/bab8c68cbc27b216d92a5b596e2e23fa"
},
{
"title": "game_restart_fixed.gml (old)",
"url": "https://gist.github.com/tabularelf/0373fd8ff7363f5f14f71ae51410b46a"
},
{ "title": "nik's \"YoYo.h\"", "url": "https://pastebin.com/kBh9s9nH" },
{
"title": "gms2_gamepad_db_composer",
"url": "https://gist.github.com/offalynne/e0a887556e8120390fc86c944e6861bf#file-gms2_gamepad_db_composer-py"
},
{
"title": "GMHandshake.cs",
"url": "https://gist.github.com/nkrapivin/c73f5a962466a4ecb63187a009a300d8"
},
{
"title": "Stitch",
"url": "https://github.com/bscotch/stitch#readme",
"authors": ["adam-coster", "shi-chen"],
"compatibility": ["Studio 2.3"],
"githubUrl": "https://github.com/bscotch/stitch",
"description": "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.",
"tags": ["pipeline", "sprite"]
},
{
"title": "Olympus",
"url": "https://github.com/bscotch/olympus#readme",
"authors": ["shi-chen"],
"compatibility": ["Studio 2.3"],
"description": "A test GML test library enabling complex test management, including asynchronous and user-input testing.",
"githubUrl": "https://github.com/bscotch/olympus",
"tags": ["pipeline", "test"]
},
{
"title": "GML-OOP",
"url": "https://github.com/Mtax-Development/GML-OOP",
"githubUrl": "https://github.com/Mtax-Development/GML-OOP",
"compatibility": ["Studio 2.3"],
"authors": ["Mtax"],
"description": "Library for operating the primary functionalities of GameMaker Studio 2 through a set of constructors."
},
{
"title": "GMS2_RPC",
"url": "https://github.com/Mtax-Development/GMS2_RPC",
"githubUrl": "https://github.com/Mtax-Development/GMS2_RPC",
"description": "Discord Rich Presence Module for GameMaker Studio 2 IDE.",
"authors": ["Mtax"],
"tags": ["miscellaneous"]
}
],
"authors": {
"adam-coster": {
"name": "Adam Coster",
"affiliations": ["Butterscotch Shenanigans"],
"github": "adam-coster",
"twitter": "costerad",
"website": "https://bscotch.net/about#adam-coster"
},
"shi-chen": {
"name": "Shi Chen",
"affiliations": ["Butterscotch Shenanigans"],
"github": "shichen85",
"website": "https://bscotch.net/about#shi-chen"
},
"Mtax": {
"name": "Mtax",
"github": "Mtax-Development",
"discord": "Mtax#9787"
}
}
}