https://github.com/uriid1/uriid1-lua-extensions
Custom lua extensions
https://github.com/uriid1/uriid1-lua-extensions
extensions lua
Last synced: about 1 year ago
JSON representation
Custom lua extensions
- Host: GitHub
- URL: https://github.com/uriid1/uriid1-lua-extensions
- Owner: uriid1
- License: mit
- Created: 2023-07-13T16:39:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T19:24:07.000Z (about 1 year ago)
- Last Synced: 2025-01-10T20:30:21.694Z (about 1 year ago)
- Topics: extensions, lua
- Language: Lua
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
```lua
local ule = require('ule')
local ustring = ule.ustring
local utable = ule.utable
local umath = ule.umath
local utrig = ule.utrig
local udate = ule.udate
local vec2 = ule.vec2
local path = ule.path
local bit = ule.bit
local test = ule.test
```
# Gen LDOC
```bash
ldoc -s '!new' -d ldoc src/extensions
```