Lerg / defold-hashed

A small utility library to automatically use hashed strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defold-hashed

A small utility library to automatically use hashed strings.

It computes Defold hashes for strings at runtime and caches the result.

Usage:

local hashed = require('hashed')
print(hashed.hello_world)
print(hashed.any_compatible_string)
print(hashed['any string with any characters'])

About

A small utility library to automatically use hashed strings.

License:MIT License


Languages

Language:Lua 100.0%