Inter-Quake Export Loader is a library for parsing Inter-Quake Export files into Lua data structures.
Buffering models is supported using the LÖVE game framework.
local iqe = require "iqe"
local model = iqe.load("foo.iqe")
This code is licensed under the MIT Open Source License. Check out the LICENSE file for more information.