https://github.com/ThatOneGin/null-l
Simple 2D vector library for lua made in lua.
https://github.com/ThatOneGin/null-l
library love2d lua lua-library
Last synced: 6 months ago
JSON representation
Simple 2D vector library for lua made in lua.
- Host: GitHub
- URL: https://github.com/ThatOneGin/null-l
- Owner: ThatOneGin
- License: mit
- Created: 2024-12-08T16:39:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:40:34.000Z (about 1 year ago)
- Last Synced: 2024-12-08T17:30:04.973Z (about 1 year ago)
- Topics: library, love2d, lua, lua-library
- Language: Lua
- Homepage:
- Size: 0 Bytes
- 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)