summaryrefslogtreecommitdiff
path: root/test/test-text.cpp
Commit message (Collapse)AuthorAge
* Tidy many stringy messes with std::formatDan Goodliffe2024-06-04
|
* Render text in N draw callsDan Goodliffe2024-01-27
| | | | | | Creates a single buffer per required texture and draws the whole buffer in one go. It does introduce the use of deprecated GL_QUADS primitive, but it's the easiest way to go without needing indices, repeated vertices etc
* Add text to framebuffer rendering testDan Goodliffe2024-01-27
|
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Fix up all the static analyzer warningsDan Goodliffe2023-01-08
|
* Create a string_view like thing for utf8 stringsDan Goodliffe2022-08-22
| | | | utf8_string_view provides length and character iteration over a std::string_view containing utf8 data.
* More complete and tested stream output supportDan Goodliffe2022-01-03
|
* First iteration with font/text supportDan Goodliffe2022-01-01