We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Joystick
Great, thank you so much! Could you tell in which source file you put this code in?
»
Simon Anciaux
Is there an easy way to measure power consumption of an application (on Windows and Linux) ? I've…
»
Simon Anciaux
I'm not good at math so take the following with a grain of salt. For you first question I believ…
»
ratchetfreak
vjekoslavYeah I suppose. But is that a bad thing? Doesn't custom renderer still outwins widget-ba…
»
Guntha
Hello Vjekoslav, Everything has been saved above: your CPU will consume so much more power than …
»
Vjekoslav
Yeah I suppose. But is that a bad thing? Doesn't custom renderer still outwins widget-based gui t…
»
ratchetfreak
now you are describing most desktop applications pre hardware acceleration. The typical widget-…
»
Vjekoslav
Thanks for answers! Regarding power consumption, I suppose it could be written such as that rend…
»
Mārtiņš Možeiko
Software rendering for such cases will plenty sufficient. But there is another metric you should …
»
Abner Coimbre
Hi vjekoslav, Unfortunately it is not your question that is too generic, but rather the term "ap…
»
Vjekoslav
Hi, suppose you want to write an application, like text editor or file explorer. And you want to …
»
irtaylor
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 template…
»
Bronxolon
Hi all. I have a couple of questions about this clip https://youtu.be/CTTCf79MgDY?t=7073 So, in …
»
John
I have a slightly similar setup to what you want. The position of my build panel is at the bottom…
»
Joystick
Hey everyone! I'd appreciate it very much if you could tell me how can I get the compilation buff…
»
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 resolut…
»
»
Simon Anciaux
At some point, the mip map generation will mix everything together from the atlas (since in theor…
»
Simon Anciaux
If I remember correctly (I'm not an expert or anything), MSAA only works at polygon edges, so it …
»
John
Nice find Simon! I'm also on 4.0.30 and 128 << 10 is indeed the current value. Above that i…
»
Simon Anciaux
I'm not up to date with the 4.1 version, but in previous version this was intended behavior for p…
»
Dan Zaidan
Thanks, John! It's nice to know more people are facing this. But the workaround can't delete the…
»
John
I know it's not helpful, but I just wanted to let you know that I confirm the same behavior. A da…
»
Dan Zaidan
Hello all. Virtual whitespacing stops working when I load a file greater than 128KiB. When I go …
»
Bronxolon
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 …
»