Hey guys, I have been learning to program in C for the past few years and always used Casey’s ap…
That's actually pretty trivial to implement - as all it it does is map line number to address in …
Ben —
I just want to mention that I'd also love to see hovering over variables since I just do it habitu…
I've never done clipping manually, but in OpenGL (and probably DirectX and other apis) after the p…
Roman —
Hello. I have question about doing clipping and pipeline. I have read what clipping happens within…
You should specify that ahead of time - as nobody else is talking about writing drivers here. Argu…
There's no need to inject anything. You simply use __rdtsc() intrinsic in your code. MSVC provides…
thank u do u know any program do that? this dll change to RDTSC i didnt found way to inject it
If you are not the one building the hardware and writing the driver on kernel level like I do.
The rdtsc instruction is available on any x64 processor. Assuming you want to program something, y…
I depends on what you want, and will most likely require you to write a custom layer for that. Som…
i read very good article about QueryPerformanceFrequency and rdtsc i was wondering if its possibl…
I know 4coder is a C++/C text editor but I want to move from eclipse to 4coder... any way to progr…
Eero__, Both of these items or on the list of features to be implemented in a future release. My a…
Ah! I didn't know stb_image.h could load psds. This is harder than I expected but I will look into…
I think 4coder creates a new atlas when you change the font size. Scaling the quads will quickly d…
If the characters in the texture atlas are drawn on top of quads that are sent to the GPU as vert…
Running reveals that fonts in 4coder are rasterized using (at least on linux). Freetype gives yo…
Yes hover over variables is really good for a quick look also want.
You could check how stb_image.h is loading psd file format:
Hi, i wonder how the text rendering works in 4coder. Do you blit a bitmap through OpenGL for every…
Hey guys, I want to make a little tool that I can feed psd files to and will spit out a png with a…
Roman —
Thanks for such a detailed post. I will try center my coordinate system.
Hello, I bought remedy to get a better debugging experience than with visual studio, but I rely on…
It looks like you are using unsigned screen coordinates as 3D locations. When dividing by depth, …
Roman —
Hello. I have created function for projection my 3D points at the 2D but it is doesn't work. When …
Miles —
That's a strange claim to make with so much confidence. There are at least a few GUI debuggers fo…
Sure, but my point was that the compiler and its tools only know the bound of actual memory alloc…
I'll be using my dads imac for a while so I can't really install another os on it. Cool! I didn't…
He has dyslexia. He also says he likes long function names, the longer the better, so perhaps lon…