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: 1 day ago
JSON representation
Load an Inter-Quake Export file into Lua
- Host: GitHub
- URL: https://github.com/excessive/iqe
- Owner: excessive
- License: other
- Archived: true
- Created: 2014-10-06T10:11:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T07:32:46.000Z (about 9 years ago)
- Last Synced: 2024-08-02T06:16:04.184Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 270 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-love2d - IQE - Inter-Quake Export loader (text). (3D)
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