Discussed in #120
Originally posted by charles-esterbrook February 14, 2024
Printing raylib structs gives opaque strings like <cdata 'struct Color' owning 4 bytes> whether using str() or repr().
The type is there, but not the member values. Whether labeled or not, they would be really useful.
Any chance for that?