Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selimanac/defold-uuid4
Defold uuid4 generator native extension
https://github.com/selimanac/defold-uuid4
defold defold-library
Last synced: 3 months ago
JSON representation
Defold uuid4 generator native extension
- Host: GitHub
- URL: https://github.com/selimanac/defold-uuid4
- Owner: selimanac
- License: other
- Created: 2020-08-27T13:06:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T08:30:16.000Z (7 months ago)
- Last Synced: 2024-11-02T14:33:46.729Z (3 months ago)
- Topics: defold, defold-library
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-defold - UUID4
README
# uuid4
Defold-uuid4 generator native extension based on [uuid4](https://github.com/gpakosz/uuid4).
All credits goes to [Gregory void★ Pakosz](https://twitter.com/gpakosz)
## Installation
Open your game.project file and in [the dependencies field](http://www.defold.com/manuals/libraries/) under project add:
https://github.com/selimanac/defold-uuid4/archive/master.zip
---## Usage
### uuid4.generate()
Generates a uuid4 and returns as string.
```lua
local uuid = uuid4.generate()```