Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-22 | fixt Remove bug when computing text size | Frederico Linhares | |
* src/texture.cpp: Fix number of arguments. * src/vk/texture.cpp: Fix image size when last character have a negative bearing. | |||
2023-10-30 | refa Move texture sampler to texture object | Frederico Linhares | |
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. | |||
2023-04-24 | fixt Improve text rendering | Frederico Linhares | |
2023-04-20 | feat Create text rendering system | Frederico Linhares | |
2022-12-29 | refa Use QOI image format for textures | Frederico Linhares | |
2022-10-04 | buil Use SDL_MAIN_HANDLED to compile engine on Windows | Frederico Linhares | |
2022-08-02 | refa Use Vulkan for graphics | Frederico Linhares | |
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation. |