An open API service indexing awesome lists of open source software.

https://github.com/thatonegin/null-l

Not useful lua functions.
https://github.com/thatonegin/null-l

library love2d lua lua-library utilities-library

Last synced: about 1 month ago
JSON representation

Not useful lua functions.

Awesome Lists containing this project

README

        

# Null

Null (Not Useful Lua Libraries)

**If any bugs were found, open an issue or pull request here.**

### Installation

Just copy whatever file you want in your project and import it like this:

```lua
local shapes = require("shapes")
local lvector = require("lvector")
local string_view = require("string_view")
local map = require("map")
```

### Modules

[lvector](lvector.lua)

[shapes](shapes.lua)

[string_view](string_view.lua)

[map](map.lua)