Home

Awesome

Inter-Quake Export Loader

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.

Quick Example

local iqe   = require "iqe"
local model = iqe.load("foo.iqe")

License

This code is licensed under the MIT Open Source License. Check out the LICENSE file for more information.