https://github.com/honziitko/liblua
Better standard library for Lua (including math)
https://github.com/honziitko/liblua
libc library lua lua-library standard-library
Last synced: 8 days ago
JSON representation
Better standard library for Lua (including math)
- Host: GitHub
- URL: https://github.com/honziitko/liblua
- Owner: honziitko
- License: mit
- Created: 2025-11-28T16:15:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-11-29T19:43:54.000Z (7 months ago)
- Last Synced: 2025-12-01T14:59:37.449Z (7 months ago)
- Topics: libc, library, lua, lua-library, standard-library
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Liblua
A renovation of the standard Lua library supporting intuition.
# Motivation
The standard library of Lua is lacking, missing useful functions such as
`vfwprintf_s`, `strtok`, or `gets`.
Furthermore, the existing parts are highly unintuitive.
# See also
- https://github.com/honziitko/libpy