Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: Add .dir-locals.el | Tomasz Kramkowski | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | Implement basic model loading of FMD format. | Tomasz Kramkowski | 2018-04-27 | 1 | -0/+1 |
| | | | | | | | | | | | | The FMD (Faqe Model Data) format is a format designed for faqe. It stores vertex, element and material information and mesh information. This patch provides the basic implementation and use of this format. This patch also implements perspective projection, depth testing and view and model matrices. An example fmd file is provided. | ||||
* | Move linmath.h out of the project and into its own fork. | Tomasz Kramkowski | 2018-04-20 | 1 | -0/+1 |
| | |||||
* | Rename project gltest -> faqe | Tomasz Kramkowski | 2018-03-30 | 1 | -1/+1 |
| | | | | | | The project has been renamed to faqe. The logic for this name: quake -> fake quake -> faqe | ||||
* | Move to using bie for assets | Tomasz Kramkowski | 2018-03-28 | 1 | -0/+2 |
| | | | | | Shaders are now stored in a bie flat archive and indexed via assets.c and assets.h. | ||||
* | .gitignore: loadgl.[ch] | Tomasz Kramkowski | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | init commit | Tomasz Kramkowski | 2018-03-26 | 1 | -0/+14 |