Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement basic model loading of FMD format. | Tomasz Kramkowski | 2018-04-27 | 1 | -44/+52 |
| | | | | | | | | | | | | 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. | ||||
* | Replace GLFW3 with SDL2 | Tomasz Kramkowski | 2018-04-20 | 1 | -29/+51 |
| | | | | Replace all of GLFW3 with SDL2 for future benefits. | ||||
* | Rename project gltest -> faqe | Tomasz Kramkowski | 2018-03-30 | 1 | -0/+111 |
The project has been renamed to faqe. The logic for this name: quake -> fake quake -> faqe |