All Projects → sonoro1234 → luafilesystem

sonoro1234 / luafilesystem

Licence: MIT License
Reimplement luafilesystem via LuaJIT FFI with unicode facilities

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to luafilesystem

lua-resty-pyf
Lua 汉字拼音首字母提取
Stars: ✭ 30 (+57.89%)
Mutual labels:  luajit-ffi-bindings
raylua
Cross-Platform, Modern, And updated LuaJIT bindings for raylib library.
Stars: ✭ 77 (+305.26%)
Mutual labels:  luajit-ffi-bindings
raylib-lua
A modern LuaJIT binding for Raylib (also available at https://gitlab.com/TSnake41/raylib-lua)
Stars: ✭ 47 (+147.37%)
Mutual labels:  luajit-ffi-bindings
cimgui
c-api for imgui and implementations programmatically generated (https://github.com/ocornut/imgui)
Stars: ✭ 22 (+15.79%)
Mutual labels:  luajit-ffi-bindings

luafilesystem

Build Status Build status

Reimplement luafilesystem via LuaJIT FFI.

Docs

It should be compatible with vanilla luafilesystem: http://keplerproject.github.io/luafilesystem/manual.html#reference

What you only need is replacing require('lfs') to require('lfs_ffi').`

Installation

[sudo] opm get spacewander/luafilesystem

Run resty -e "lfs = require('lfs_ffi') print(lfs.attributes('.', 'mode'))" to validate the installation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].