Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thenumbernine committed May 31, 2019
2 parents 4b9dcc7 + ebb7113 commit bb5c1dc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1,234 deletions.
6 changes: 0 additions & 6 deletions README

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
Some common headers ported over to LuaJIT FFI

For some of these I use a $LUAJIT_LIBPATH environment variable to specify the base of the directory structure where .so files are located.
From there sometimes I follow Malkia's structure of /$ffi.os/$ffi.arch/ to further distinguish .so files.

For the imgui library, this depends on the auto-generated cimgui library bindings provided at https://github.com/sonoro1234/LuaJIT-ImGui for the auto-generated . You don't need to re-generate the bindings (unless you are regenerating them for a newer version of cimgui). You only need to make sure that your LUA_PATH is set up so that the LuaJIT-ImGUI/build/imgui folder can be accessed via a "require 'imgui'" call.

Thanks to https://github.com/malkia/ufo from which some of these may have come, or at least the notion of doing such a thing came from.

0 comments on commit bb5c1dc

Please sign in to comment.