excessive / iqe

Load an Inter-Quake Export file into Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Load an Inter-Quake Export file into Lua

License:Other


Languages

Language:Lua 100.0%