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.
Arnon
This: https://www.beeflang.org/ The discord server recently just exploded with interest, mostly t…
»
Arnon
This: https://www.beeflang.org/ The discord server recently just exploded with interest, mostly t…
»
Simon Anciaux
It's been a long time so I might be wrong. I'm using the code from day 009 (copied below) assumin…
»
Guntha
It's possible 7-zip helps in my case, I've pretty much never used Windows Explorer's zip capabili…
»
Mārtiņš Možeiko
Executables produced by Unity are not signed. I doubt they want or even are allowed to do that, a…
»
ppbitb
Thank you Edwin, I'll be sure to try this.
»
Edwin Steiner
Hello! I had the same problem and the solution in my case was to turn off incremental linking an…
»
Rafael Abreu
That is a good question. I'm wondering if a unity game's exe is signed by unity? If that is the c…
»
ppbitb
Hi there. First a bit of an introduction as I am new to the community. I have been a jack-of-all…
»
kewp
Several things confused me about the audio code. I couldn't find answers to this anywhere. It's m…
»
Guntha
Hello there, I'm sorry if I'm asking a stupid question, I've never dealt with executable certifi…
»
Rafael Abreu
Ah... too bad then. Those are expensive! I guess i'll be looking at it down the line. Thanks.
»
Rémy Roy
Good to know. Thanks for the quick reply!
»
Mārtiņš Možeiko
That is normal behavior of Windows applications. Moving/resizing window stops executing main mess…
»
Rémy Roy
Hi, I've just noticed that I'm getting sound clicks on Window move/resize after completing Day 1…
»
Tjom2000
Muchas gracias! You've sent me in the right direction. Msvc requires the following linker flags:…
»
C_Worm
thanks! you're the best!
»
Mārtiņš Možeiko
I think you are simply overwriting your color memory in UpdateAndDrawGLSubBuffer function when yo…
»
Mārtiņš Možeiko
The best you can do is to buy signing certificate and sign executables with your name or your com…
»
Ray
Yeap, that's the answer, bounds should be manually recalculated by the user.
»
Ray
Actually hidding the console could be done just with a compilation parameter, in case of GCC it i…
»
Ray
Yes, that's it. You can use GetTextureData(texture) to get the Texture as Image and GetImageData…
»
Jason
That is why if your search on the web "perspective projection matrix", you are likely to come acr…
»
Arnon
As for what happens to X and Y, I have already explained it conceptually at length in my prior co…
»
C_Worm
Hey I've have an Entitty struct that has: 4 v3f's for position. 4 v4f's for color. 4 v2f's for te…
»
Jason
To be clear, OpenGL expect clip space coordinates at the end of the vertex shader, not normalized…
»
Arnon
For completness: Step 1: Move back by n: 1 2 3 4[ 1 0 0 0 ] [ 0 1 0 0 ] [ 0 0 1 -n ] [ 0 0 0 1…
»
Rafael Abreu
I'm glad it helped. As for what the problem was I don't remember honestly, better to watch Casey …
»
Roman
I understood. It is happens because compiler first writes exe
»
Rafael Abreu
Hey guys. I sent an exe file to my sister yesterday of a game that I'm making so she could give …
»