[ANN] luajit binding to Vulkan API

  • From: William Adams <william_a_adams@xxxxxxxxxxx>
  • To: "luajit@xxxxxxxxxxxxx" <luajit@xxxxxxxxxxxxx>
  • Date: Wed, 17 Feb 2016 07:34:11 +0000

Well, it's not an entirely new thing, but I've added a Vulkan binding to my 
Khronos bindings:
https://github.com/wiladams/LJIT2Khronos
At the moment, just the rudimentary ffi.  I have yet to hook it up to a real 
library, but all the plumbingis there in the vulkan_ffi.lua file.  That and the 
vk_platform.lua files are all you need really.  More if you want XCB, or 
Wayland, or X11, but there are bindings for those laying around as well.
-- William

=============================== - Shaping clay is easier than digging it out of 
the ground.                                       

Other related posts:

  • » [ANN] luajit binding to Vulkan API - William Adams