pogonaengine / pogona

A cross-platform Vulkan game engine written in C11 (with GNU extensions)
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

Meson option to disable colours #4

Open kelvium opened 1 year ago

kelvium commented 1 year ago

I'm trying to port the "engine" to Windows. This is how Wine outputs our logs:

[31m[ERROR  ][0m Host doesn't support any window api
[31m[ERROR  ][0m Couldn't create window

I think this is a problem of Wine. Windows should support ANSI codes.

But nonetheless, logger should support raw output (without colours, I mean).