Libraries
- Good VibesGameMaker Studio 2 plugin for gamepad vibration
- InputComprehensive cross-platform input for GameMaker 2022 LTS
- LexiconLocalization System for GameMaker Studio 2.3.1+
- CanvasA surface that you can modify & keep the contents, even when the surface should've had been lost, for GameMaker Studio 2.3+!
- JS Promise in GMThis library mimics the JavaScript [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) model, making it possible to manage asynchronous operations like HTTP requests, file loading/saving, and more, directly within GameMaker Studio using a familiar promise-based approach. All native asynchonous functions can now also be used with a promise approach.