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.
spx
Thanks for asking and I am glad you found codeclap. Should development end I will very likely just…
»
Mārtiņš Možeiko
While porting D3D api itself would be possible either by translation to GL, Vulkan or driver comma…
»
Marc Costa
Valve worked on something like this a few years ago, while porting their engine to Linux: . There …
»
Simon Anciaux
It's working.
»
Bronxolon
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!
»
x13pixels
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…
»
Simon Anciaux
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 …
»
CireNeikual
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 …
»
Simon Anciaux
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…
»
x13pixels
Latest version is now available for download on itch.io. New featuresWatch expressions will now di…
»
Simon Anciaux
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.…
»
Simon Anciaux
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…
»
Werner1886
Yes, thank you!!
»
Simon Anciaux
The issue is that you're renaming the exe in a similar name than the dll and that causes the two o…
»
Werner1886
Setting any breakpoints in test.c doesn't work for me with something like this : (0.3.2.2 remedy v…
»
Simon Anciaux
As far as I know the flags you use should be enough. Could you provide a reproduction case ?
»
Mārtiņš Možeiko
If you're running regular Linux and want to just customize kernel/userspace, then easiest way is t…
»
Werner1886
Oh, thanks for clarifying that, but unfortunately it didn't change anything.
»
Lachlan
Thanks, I wasn't aware of the various architectures across the different Raspberry Pi boards. I ha…
»
Mārtiņš Možeiko
-DEBUG:FULL is linker argument, not cl argument. To make cl.exe pass it to linker, you need to put…
»
Werner1886
I'm struggling to get remedy hit breakpoints in code loaded from a dll. It says "Symbols loaded" (…
»