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.
Mārtiņš Možeiko
There are no real special requirements. Running Windows, VS and real GPU should be enough. With o…
»
jacksonbanan
Hi! First of all, I have no idea if I'm posting this at the right place but I failed to find a …
»
Dominik Madarász
Hello folks! We hope you are doing well. Today we wanted to make a small update post with the cu…
»
Chen
I didn't know about sampler2DShadow, thanks for the tip. The reason I went with randomized disk …
»
nakst
Introduction GDB is a free command-line debugger for UNIX. It supports several languages, and has…
»
pragmatic_hero
Chen96 Hi pragmatic hero, sorry for the late reply. I'm not aware of any existing hardware PCF, s…
»
Tristan Dannenberg
Hey folks! If you're like me and have always wondered how the color palette is decided when you'…
»
Den V
I tried getting lookAt matrix and using it at my model Matrix, but it wasn't rendering properly. …
»
Mārtiņš Možeiko
Typically frameworks provide gluLookAt-like function for this. It allows to construct transformat…
»
Den V
Hi All, I am working on some prototypes for Android using ARCore and OpenGL 2.0 ES Here is a pr…
»
Abner Coimbre
Water is taught by thirst!
»
Chen
Hi pragmatic hero, sorry for the late reply. I'm not aware of any existing hardware PCF, so I jus…
»
Bjarke Elias
mmozeiko How does "d:\CTest" get into PATH? It's not there by default. And I don't think vsvarsal…
»
cewxel
Thanks! This is still a hanging question, I am not sure yet what to use in order to simplify how …
»
Ryan Fleury
Thanks for the comment, Abner! I've actually seen the video you linked in which Collier explains…
»
Aled Jones
How would I go about building 4coder with mingw on windows?
»
Domarius
Sir, you clearly care about your craft. This was the most comprehensive analysis of scan codes I…
»
pragmatic_hero
ratchetfreak Simple use of templates like you would have with std::array barely affect compile ti…
»
Abner Coimbre
I haven't followed your game design ideas too closely, but it seems you want to investigate the n…
»
ratchetfreak
Simple use of templates like you would have with std::array barely affect compile times in any me…
»
Mārtiņš Možeiko
Something like this:1#define GET(arr, i) (i < get_array_size(arr) ? fatal_assert() : arr[i]) …
»
Mór
Skinpop I don't think this is true at all, if anything the prevalence of successful 2D indies wi…
»
pragmatic_hero
mmozeiko Macros? Or C99 functions with static size arguments if arrays are fixed size. What do yo…
»
Mārtiņš Možeiko
Macros? Or C99 functions with static size arguments if arrays are fixed size.
»
Mevius
thanks. It works :-)
»
pragmatic_hero
Do you use hardware PCF for shadowmaps? In earlier screenshots it looked like you don't. Why is t…
»
pragmatic_hero
So there's no way to have a fixed-size bounds-checked arrays in C as far as I know. The *standar…
»
Gus Waldo
Mór I have never heard of a Sausage roll, but I know players turn their noses up at games that d…
»
Chen
You are welcome. Thank you for the kind compliments Oliver :)
»
Jason
So far it seems removing the linker option "debug:full" helps get things to where I only have to …
»