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.
- Host: GitHub
- URL: https://github.com/thatonegin/null-l
- Owner: ThatOneGin
- License: mit
- Created: 2024-12-08T16:39:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T13:25:06.000Z (4 months ago)
- Last Synced: 2025-03-29T00:42:06.044Z (about 1 month ago)
- Topics: library, love2d, lua, lua-library, utilities-library
- Language: Lua
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)