spx —
Thanks for asking and I am glad you found codeclap. Should development end I will very likely just…
While porting D3D api itself would be possible either by translation to GL, Vulkan or driver comma…
Valve worked on something like this a few years ago, while porting their engine to Linux: . There …
DirectX is just an API so why can't it be ported to Linux? I know the Proprietary DirectX User Run…
Jason —
Nice, there are some features here I've been waiting for for a while. Nice work!
Follow up release 0.3.3.1 is now available which fixes a bug reported by marc.cgk.Fixed uninitiali…
S —
I wrote the first rasterizer some months ago that one has a proper scanline algorithm, it was onl…
Jens —
I was about to finish dinner and test the build but then... followed by windows failing to restar…
As I don't know anything about machine learning, I find those posts "hard to read". If you have ti…
Alexey —
The long-awaited sequel! It's quite funny to read your posts actually, because me and you seem to …
Hello, Time for another update! Since the last blog post, we have performed many new experiments w…
Jens —
This is indeed the bug, not only did I make the mistake in ReadFile but also in WriteFile. I also …
The parameter can't be null if the last parameter is null. The says:
its1z0 —
If you are using the Windows API, this may help. If not ignore this :D. I'm not 100% sure but i th…
Latest version is now available for download on itch.io. New featuresWatch expressions will now di…
It always crashes. Here is a . The appdata folder only contains a . There are only ascii character…
Jens —
I haven't seen any crashes on startup before, but I did fix a bug in file reading for version 0.1.…
I bought the GUI version but it crashes directly whenever I launch it. It's crashing in a ReadFile…
Jens —
I was making a to showcase how to use BEdit to examine TTF-files, and it was working quite fine. …
S —
I streamed this entire post writing on please do drop by if you want to see someone stumble their…
The issue is that you're renaming the exe in a similar name than the dll and that causes the two o…
Setting any breakpoints in test.c doesn't work for me with something like this : (0.3.2.2 remedy v…
As far as I know the flags you use should be enough. Could you provide a reproduction case ?
If you're running regular Linux and want to just customize kernel/userspace, then easiest way is t…
Oh, thanks for clarifying that, but unfortunately it didn't change anything.
Thanks, I wasn't aware of the various architectures across the different Raspberry Pi boards. I ha…
-DEBUG:FULL is linker argument, not cl argument. To make cl.exe pass it to linker, you need to put…
I'm struggling to get remedy hit breakpoints in code loaded from a dll. It says "Symbols loaded" (…