summaryrefslogtreecommitdiff
path: root/src/texture.cpp
AgeCommit message (Collapse)Author
2024-05-08refa Rename graphical engine to BluCatFrederico Linhares
2023-12-22fixt Remove bug when computing text sizeFrederico Linhares
* src/texture.cpp: Fix number of arguments. * src/vk/texture.cpp: Fix image size when last character have a negative bearing.
2023-04-20feat Create text rendering systemFrederico Linhares
2022-12-29refa Use QOI image format for texturesFrederico Linhares
2022-10-31styl Remove useless commented codeFrederico Linhares
2022-08-02refa Use Vulkan for graphicsFrederico Linhares
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation.