Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melsoft-games/defold-md5
This Extension allows you calculate MD5 in native from string
https://github.com/melsoft-games/defold-md5
defold defold-library defold-module
Last synced: about 2 months ago
JSON representation
This Extension allows you calculate MD5 in native from string
- Host: GitHub
- URL: https://github.com/melsoft-games/defold-md5
- Owner: Melsoft-Games
- Created: 2019-04-02T19:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T19:46:21.000Z (over 5 years ago)
- Last Synced: 2024-10-09T13:06:49.632Z (2 months ago)
- Topics: defold, defold-library, defold-module
- Language: C
- Size: 51.8 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](docs/logo.png)
# Defold-MD5
Defold-MD5 [Native Extension](https://www.defold.com/manuals/extensions/) for the [Defold Game Engine](https://www.defold.com)
This Extension allows you calculate MD5 in native from string
## Platforms
* **iOS**
* **Android**
* **MacOS**
* **Windows**## Setup
You can use the Defold-MD5 extension in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:
> https://github.com/Melsoft-Games/defold-md5/archive/master.zip
Or point to the ZIP file of a [specific release](https://github.com/Melsoft-Games/defold-md5/releases).
## API
#### `MD5.calculate(string)`
return MD5 hash from string## License, Authors
*MIT license*
This NE wrapped by [Denis Smirnov](https://github.com/trouble1337)Original module from: [MD5](https://github.com/grobian/carbon-c-relay)
[License](https://github.com/grobian/carbon-c-relay/blob/master/LICENSE.md)## Issues and suggestions
If you have any issues, questions or suggestions please [create an issue](https://github.com/Melsoft-Games/defold-md5/issues) or contact me: [email protected]