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
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…
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
You should specify that ahead of time - as nobody else is talking about writing drivers here. Argu…
»
Mārtiņš Možeiko
There's no need to inject anything. You simply use __rdtsc() intrinsic in your code. MSVC provides…
»
daniel02
thank u do u know any program do that? this dll change to RDTSC i didnt found way to inject it
»
Dawoodoz
If you are not the one building the hardware and writing the driver on kernel level like I do.
»
Simon Anciaux
The rdtsc instruction is available on any x64 processor. Assuming you want to program something, y…
»
Simon Anciaux
I depends on what you want, and will most likely require you to write a custom layer for that. Som…
»
daniel02
i read very good article about QueryPerformanceFrequency and rdtsc i was wondering if its possibl…
»
Hanjun Cho
I know 4coder is a C++/C text editor but I want to move from eclipse to 4coder... any way to progr…
»
x13pixels
Eero__, Both of these items or on the list of features to be implemented in a future release. My a…
»
BernFeth
Ah! I didn't know stb_image.h could load psds. This is harder than I expected but I will look into…
»
Simon Anciaux
I think 4coder creates a new atlas when you change the font size. Scaling the quads will quickly d…
»
Leonardo
If the characters in the texture atlas are drawn on top of quads that are sent to the GPU as vert…
»
Alexey
Running reveals that fonts in 4coder are rasterized using (at least on linux). Freetype gives yo…
»
Raytio
Yes hover over variables is really good for a quick look also want.
»
Mārtiņš Možeiko
You could check how stb_image.h is loading psd file format:
»
Terans
Hi, i wonder how the text rendering works in 4coder. Do you blit a bitmap through OpenGL for every…
»
BernFeth
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.
»
Eero__
Hello, I bought remedy to get a better debugging experience than with visual studio, but I rely on…
»
Dawoodoz
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…
»
Dawoodoz
Sure, but my point was that the compiler and its tools only know the bound of actual memory alloc…
»
BernFeth
I'll be using my dads imac for a while so I can't really install another os on it. Cool! I didn't…
»
Aphetres
He has dyslexia. He also says he likes long function names, the longer the better, so perhaps lon…
»
Aphetres
Do you have backup discs for the Apple machine? Maybe research if it will accept Linux or BSD? HM…
»