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
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…
»
BernFeth
I see, thanks all for answering. I decided I will surrender myself to using SDL for now and come b…
»
Mārtiņš Možeiko
Instead of all this manual work or wrappers you could simply use modern compiler features like Ad…
»
Mārtiņš Možeiko
That's not really true. It gives more control over resource allocation, but it's nowhere close to…
»
japhib
Just want to point out -- some recent technologies are aimed at making this a lot better. For exam…
»