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.
Simon Anciaux
I tried the vulkan demo and it's not working on my config (Windows 7 64bit, i7 860, radeon r9 280…
»
Simon Anciaux
I don't know exactly what Casey meant, but I think the idea is to use the inner products to deter…
»
Finalspace
Hi there, I am back and I have another release for you all! We finally have Vulkan support now …
»
Rafael
Hey guys, Around episode 50 Casey implements line segment intersection collisions for axis align…
»
Simon Anciaux
If it's working, than it's up to you to decide if it's correct. One remarks is that you don't ne…
»
C_Worm
This would be a more correct way to do it right? 1. copy the entity batch into a separate batch …
»
Benjamin Pedersen
I know it is a late reply, but I like your way of handling it.
»
C_Worm
Allright thanks a lot for that! I realized now that i don't even have to touch the index buffer …
»
Simon Anciaux
Thanks !
»
Simon Anciaux
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3…
»
Guntha
Hi, just want to add my 2 cents about "for" loops: they're handy and we're used to them because t…
»
x13pixels
A set of improvements and bug fixes is now available to download from the usual place. Thanks for…
»
»
C_Worm
mrmixerIf I'm understanding your code correctly, in SwapOrderInIBO you don't update the entities …
»
C_Worm
mmozeikoIt gets messed up because you are storing pointers to array on stack. Once CreateRenderer…
»
Simon Anciaux
If I'm understanding your code correctly, in SwapOrderInIBO you don't update the entities ibo_id,…
»
Mārtiņš Možeiko
It gets messed up because you are storing pointers to array on stack. Once CreateRenderer() funct…
»
C_Worm
Im not using depth buffer, here are the shaders, very primitive.... and here's my renderer which …
»
Runar
I had the same problem. 4Coder kept crashing either at launch or almost immediately after. It use…
»
Mārtiņš Možeiko
OpenGL renders primitives in order index buffer specifies them. Whoever comes first gets rasteriz…
»
C_Worm
Hello, as the title says im trying to sort my game entites by swapping the indices in my index bu…
»
Angelo Theodorou
SpookyGhost, my procedural animation tool for 2D sprites made with the nCine, is now free and o…
»
x13pixels
I'll be happy to take a look. There is an email address in the README.txt file that you can use. …
»
Jason
That's the thing, it's not some outside dll or anything. There are just some functions that seem …
»
Lichinka
mmozeikoSo if you want to use it like that, you need to add space when using it with % symbols: %…
»
Mārtiņš Možeiko
The problem is that you setting environment variables with set CmnCompileFlags = xxx syntax. This…
»
Lichinka
I am on Day 17. These are the contents of my build.bat: 1 2 3 4 5 6 7@echo off set CmnCompileFlag…
»
x13pixels
Perhaps the line of code you are on contains a call into code without symbols (e.g., user32 or nt…
»
Jason
I've noticed that sometimes when working in remedy when I press F11 to step into a function it br…
»
Ben Visness
Hey everyone! This is the first post in a new monthly series where we highlight some of the amazi…
»