Skip to main content

9 posts tagged with "lua"

View All Tags

LuaFileSystem Examples

· One min read
Lessica
Maintainer of XXTouch Elite

LuaFileSystem is a Lua library that provides access to the filesystem. It allows you to perform file and directory operations in Lua, such as creating, deleting, renaming files and directories, getting file attributes, etc.

luaiconv Examples

· One min read
Lessica
Maintainer of XXTouch Elite

luaiconv is a Lua encoding conversion library that supports conversion between various character encodings. Below are some common encoding conversion examples.

LuaSocket Examples

· One min read
Lessica
Maintainer of XXTouch Elite

LuaSocket is a network library for Lua, providing support for TCP, UDP, HTTP, and other protocols. Below are some simple examples to help you get started quickly.