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.
Terans
Hi, I'm at around day 320, and I don't understand why we have to set glBlendFunc to non premultip…
»
Josh Paley
I am so dumb, I've been banging my head against the wall for a day or two. I just realized the sa…
»
Simon Anciaux
If by any chance you use a subst drive, there is sometimes an issues where you can't set breakpoi…
»
Jens
I was playing around a bit with pickle files (a python serialization format) and found out very q…
»
TorquePentagram
Hi, I have started using the debugger. I have some questions / notes. Is there a way to map del…
»
Grouflon
Hello! I'm trying to switch from visual studio to RemedyBG, and it almost start to look like the …
»
spx
fpalaciosDo codeclap already support or is planning to add support for other languages like Rust?…
»
spx
Update 0.9.7 is now available. From a user perspective 0.9.7 is more of an iterative step from 0…
»
fpalacios
Do codeclap already support or is planning to add support for other languages like Rust?
»
Simon Anciaux
I haven't worked with the last version of 4coder so I may not be aware of changes in that version…
»
BernFeth
mmozeiko Remember that pointer is just a number (64-bit on x64 architecture, or 32-bit on x86) th…
»
Josh Paley
I have been trying to figure how to create custom buffer layout on start up of 4coder but for the…
»
Mārtiņš Možeiko
Your struct node only contains pointer to other node, not actual node value. So it does not grow …
»
BernFeth
Hey guys, I have been learning to program in C for the past few years and always used Casey’s ap…
»
Mārtiņš Možeiko
BokNot sure if this is what Eero_ was talking about exactly, but I also use the whole dragging ar…
»
Ben
I just want to mention that I'd also love to see hovering over variables since I just do it habit…
»
Simon Anciaux
I've never done clipping manually, but in OpenGL (and probably DirectX and other apis) after the …
»
Roman
Hello. I have question about doing clipping and pipeline. I have read what clipping happens withi…
»
Mārtiņš Možeiko
You should specify that ahead of time - as nobody else is talking about writing drivers here. Arg…
»
Mārtiņš Možeiko
There's no need to inject anything. You simply use __rdtsc() intrinsic in your code. MSVC provide…
»
daniel02
thank u do u know any program do that? https://github.com/Zcytxcbyz/DLLHighResolutionTimer this …
»
Dawoodoz
mmozeikoThat does not make any sense. It is job of operating system to safely shutdown/stop hardw…
»
Simon Anciaux
The rdtsc instruction is available on any x64 processor. Assuming you want to program something,…
»
Simon Anciaux
I depends on what you want, and will most likely require you to write a custom layer for that. So…
»
daniel02
i read very good article about QueryPerformanceFrequency and rdtsc i was wondering if its possib…
»
Hanjun Cho
I know 4coder is a C++/C text editor but I want to move from eclipse to 4coder... any way to prog…
»
x13pixels
Eero__, Both of these items or on the list of features to be implemented in a future release. My…
»
BernFeth
Ah! I didn't know stb_image.h could load psds. This is harder than I expected but I will look in…
»
Simon Anciaux
I think 4coder creates a new atlas when you change the font size. Scaling the quads will quickly …
»
Leonardo
aolo2How font resizing is handled I'm not sure. If the characters in the texture atlas are drawn…
»