Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

excessive/iqe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages