Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JujuAdams/SNAP
Data format converters for GameMaker LTS 2022
https://github.com/JujuAdams/SNAP
array data gamemaker gamemaker-studio-2 gms2 ini json messagepack struct xml
Last synced: 1 day ago
JSON representation
Data format converters for GameMaker LTS 2022
- Host: GitHub
- URL: https://github.com/JujuAdams/SNAP
- Owner: JujuAdams
- License: mit
- Created: 2020-05-01T21:35:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T16:05:57.000Z (5 months ago)
- Last Synced: 2024-06-15T17:25:07.499Z (5 months ago)
- Topics: array, data, gamemaker, gamemaker-studio-2, gms2, ini, json, messagepack, struct, xml
- Language: Game Maker Language
- Homepage:
- Size: 874 KB
- Stars: 85
- Watchers: 7
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - SNAP - Easy data format saving and loading. Please note that newer versions of GameMaker contain `json_parse` and `json_stringify`. However, if you are converting csv, ini, xml, etc, you may find this very useful. (Utilities / Recommendations)
README
SNAP 7.0.2
Data format converters for GameMaker Studio 2022 LTS
- ### Got questions? [Make a new issue!](https://github.com/JujuAdams/SNAP/issues/new)
- ### There is also a [Discord server](https://discord.gg/hwgWpnsNw2) (but GitHub issues are preferred)
- ### [Download the .yymps](https://github.com/JujuAdams/SNAP/releases/)
- ### Read the [documentation](http://jujuadams.github.io/SNAP)
- ### Find further experimental data formats [here](https://github.com/JujuAdams/ExtendingJSON/)
*Whilst SNAP is focused on encoding/decoding structs and arrays, @tabularelf has `ds_*` conversion scripts available in a gist: https://gist.github.com/tabularelf/547b62efbcb0beaa8e6478afae8e693f*