Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-08 | fixt Use correct value for alpha when decoding QOI | Frederico Linhares | |
* src/vk/qoi.cpp: Only the initial pixel must use 255 for alpha. The index array must use 0 for alpha. | |||
2023-06-28 | feat Create an interface to read binary files | Frederico Linhares | |
* test/meshes/cube.cgmesh: Store data using Big-Endian order. | |||
2023-06-22 | feat Implement an algorithm to decode QOI | Frederico Linhares | |
* src/vk/qoi.cpp: Implement an algorithm to decode QOI. This eliminates an unnecessary dependency as the engine does not need to encode QOI files, only decode them. |