planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

Add GMS implementation #52

Closed FssAy closed 2 months ago

FssAy commented 2 months ago

Sessionless for Game Maker Studio 2.3 as an extension.

I remember there was some talk to add Unity extension for Sessionless, so I though it would be nice to also create one for GMS.

Currently it only works on Windows, but more platforms are possible to support. Due to the nature of GMS it was necessary to create an external library that does all the algorithmic operations under the hood. (Creating the secp256k1 implementation raw in GML would be extremely painful and inefficient)

Docs can be found at:

I will publish the package to the marketplace after the merge.