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.
Ryan McQuen
Here's the error I get when launching: 1The application has failed to start because its side-by-s…
»
Ryan McQuen
For reference, here is the Microsoft recommended version that never worked for me: 1 2 3 4 5 6 7…
»
Ryan McQuen
You'll have to test it, I don't have access to either of those enviros. According to Microsoft's …
»
x13pixels
Will that manifest work on Windows 7/8? The one I'm using currently using looks like: 1 2 3 4 5 …
»
Jason
I just watched a video where Casey talked about openGL 4.5 and AZDO (Approaching Zero Driver Over…
»
Jason
After projection matrix the points are in clip space: -1 .. +1 So I think this was where I was g…
»
Mārtiņš Možeiko
Yes, it does work.
»
x13pixels
Anything ideas to help improve usability / add new features would be fantastic. You can send them…
»
albatros
I had no idea thoses informations were available, all those links are really extraordinary !
»
Barret Gaylor
I also have a very basic question. I've been trying to figure this stuff out too. Does the select…
»
Arnon
If you REALLY want to get the FULL lay down on the true nature of perspective projection, and are…
»
Arnon
If you're asking about the perspective projection MATRIX, in - say, it's OpenGL's way - that's a …
»
Arnon
The perspective projection always happens onto a projection plane that can be imagined to be a re…
»
Arnon
You should really ask yourself what you are really after. Vulkan is much closer to the hardware t…
»
Chen
Global illumination is one key effect I want to achieve with Monter. For a low-poly style game, G…
»
Mārtiņš Možeiko
In your formula the aspect ratio is 1 because you are multiplying x & y coordinate with same …
»
Ryan McQuen
@x13pixels, I ran into a similar issue on my project, I found that using a Manifest file embedded…
»
Jason
I'm entering my first foray into the 3d realm and I'm starting will really trying to understand t…
»
Skaruts
I'm still very new to Raylib, but as far as I can tell, you can to get the image from the textur…
»
Edwin Steiner
Thanks! BTW, using the debugger I get dozens of ideas for usability improvements and nice feature…
»
Brandon
I can't comment on any libraries, but I implemented what I needed from the ELF and DWARF specs fo…
»
x13pixels
Rough is a polite way of putting it :) I've made a note to get that corrected. Thanks!
»
ClemClem
Hello, See this example : Raylib Examble I change the position of the model => Vector3 posit…
»
Rafael Abreu
Ok so I see I was indeed misunderstanding how it works. I will experiment more with different way…
»
vushu
Hi is it possible to get a pixel color from a Texture2D? Thx :)
»
Edwin Steiner
Hello! Thank you for remedybg! I bought it recently and I'm already enjoying it, though as expect…
»
Mārtiņš Možeiko
I think you are misunderstanding what does "nonblocking" mean for socket. It is a flag for OS to …
»
Rafael Abreu
Hi guys, I've been experimenting with some tcp/ip socket programming on windows using winsock2. J…
»
Miguel Lechón
I wrote this blog post a few years ago on my experience using libdwarf. I made it into a ~10K-li…
»
Karan Joisher
Hi everyone, Some context: I tried writing a Linux debugger a while back as a learning p…
»