Jannes1000Orks
Jannes1000Orks
Hey! I did a very quick and !!!VERY!!! dirty fix this morning. I do not recommed using this the way it is. But for future reference and if anyone wants...
I have a kind of stupid solution to achieve custom line breaking logic and text styling with Clay. It is kind of hacky and has its own limitations. But maybe...
Got it working!
Hey @SolidAlloy! Thank you for your response and sorry it seems my bug report was not clear enough. Let me try to explain a bit better: I want neither. From...
Regarding 3.: I strongly disagree. As a dev I want tools to deal with these cases myself. I do not think it is clays job to decide where linebreaks go...
I am not sure how raylib works. But you could just use a shader to draw the rectangle or borders? I am doing it like this: https://www.shadertoy.com/view/wcBczz
Maybe it would be nice to provide a custom hash function through a define? I like using xxhash for example: https://xxhash.com/ So in theory then we could do: ``` #include...