Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/excessive/iqe

Load an Inter-Quake Export file into Lua
https://github.com/excessive/iqe

Last synced: 3 months ago
JSON representation

Load an Inter-Quake Export file into Lua

Lists

README

        

# 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**][LOVE] game framework.

## Quick Example

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

## License

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

[LOVE]: https://www.love2d.org/
[MIT]: http://www.opensource.org/licenses/mit-license.html