Is there an easy way to measure power consumption of an application (on Windows and Linux) ? I've …
I'm not good at math so take the following with a grain of salt. For you first question I believe …
Widget toolkit are going to have at least 1 widget that enables custom drawing which allows more …
Guntha —
Hello Vjekoslav, Everything has been saved above: your CPU will consume so much more power than th…
Yeah I suppose. But is that a bad thing? Doesn't custom renderer still outwins widget-based gui to…
now you are describing most desktop applications pre hardware acceleration. The typical widget-bas…
Thanks for answers! Regarding power consumption, I suppose it could be written such as that render…
Software rendering for such cases will plenty sufficient. But there is another metric you should t…
Hi vjekoslav, Unfortunately it is not your question that is too generic, but rather the term "appl…
Hi, suppose you want to write an application, like text editor or file explorer. And you want to s…
Great job! Thanks for keeping up with this. :D
atom —
Hi everyone ! I'm trying to use raylib for web by using the makefile given with the game templates…
Hi all. I have a couple of questions about this clip So, in order to smoothly zoom irrespective of…
John —
I have a slightly similar setup to what you want. The position of my build panel is at the bottom,…
Hey everyone! I'd appreciate it very much if you could tell me how can I get the compilation buffe…
Miles —
If the tiling texture is a non-power-of-two size then, depending on how mipmapping is implemented,…
Miles —
It is not the same as upscaling the texture and then doing bilinear sampling at a smaller resoluti…
At some point, the mip map generation will mix everything together from the atlas (since in theory…
If I remember correctly (I'm not an expert or anything), MSAA only works at polygon edges, so it w…
John —
Nice find Simon! I'm also on 4.0.30 and 128 << 10 is indeed the current value. Above that is a com…
I'm not up to date with the 4.1 version, but in previous version this was intended behavior for pe…
Thanks, John! It's nice to know more people are facing this. But the workaround can't delete the n…
John —
I know it's not helpful, but I just wanted to let you know that I confirm the same behavior. A wo…
Hello all. Virtual whitespacing stops working when I load a file greater than 128KiB. When I go pa…
yeah so I thought about it for a bit and I'd love to know your opinion on my ideas. So, as far as …
Draos —
something I wonder though, is Casey mentioned when talking about mipmapping in regards to texture …
Draos —
thanks for clarifying everything for me. i will post if i get a answer on Q2.
Jason —
So I'm trying to implement a quick command interpreter for a vim like style editor. Right now, I h…
John —
Thank you very much for trying it out Simon! Ah, you're right about the CPU usage. I only took car…