graeme add a flipped render path and just read out the X values backwards when doing the actual b…
I can confirm that the fonts are super fuzzy without the -h option for me.
I'm running an NVIDIA…
Rich is behind the language Closure. Does anyone have experience with it? Does it exemplify the n…
As usual I'd like to first point out that my opinion should not be thought of highly. I'm just n…
VS IDE finds library exactly same way how command line cl finds it. There are no differences.
So …
Curious what the handmade community thinks about this talk:
Simplicity Matters by Rich Hickey
This question arose when I was compiling a program in Visual Studio and had linker errors because…
RJTracer Also you can probably get rid of the Pixel var as it's just an alias for Row.
Then the p…
1Pixel + Bitmap->Width - X
Assuming Width is the number of pixels in a row then this will go…
Hi all,
I am trying to see if I can mirror a bitmap about the Y axis before I blt the bitmap, an…
Hey there,
So, basically, it is actually possible to follow this course on a macOS machine witho…
ishanatmuz The link for the cmake project file that you have given is dead. Can you re-upload tha…
brothir Avoiding new/delete
Consider the following:
1
2
3
4
5
6
7
8
9
10
11
12
13class …
I am on a MacBook Pro. The issue with Parallels is debugging your code. Visual Studio uses some i…
ForwardCom is a project for development of a new open instruction set architecture and the corres…
Greetings everyone,
Please excuse my ignorance if this has been brought up before. I used search…
Sure, i'd love to see what you made if you're up for posting it. I actually never got around to …
MinGW-w64 is installed in subdirectory of msys. Msys itself is bunch of other tools that Clion do…
The link for the cmake project file that you have given is dead. Can you re-upload that?
I have installed msys2 64-bit version.
However when I am trying to set it as my MingW I am getti…
Instead of subclassing/inheritance, the method I highly prefer is discriminated unions/tagged uni…
Avoiding new/delete
Consider the following:
1
2
3
4
5
6
7
8
9
10
11
12
13class Thing {
…
An important point is that the largest problem, in my opinion, is the Oriented part of OOP. i.e. …
Alright, thank you! I went for the file locks. The behaviour of a daemon would be nice. But it's …
I don't think there is "offical" way to do that. Everybody does whatever they want. It's pretty m…
ratchetfreak if the old instance crashes (or gets sigkill 9'ed) do you want the new instance to b…
You could create (or open existing) file in /var/run/ folder when running. Then immediately acqui…
You probably need to use mingw that has xinput.h instead of trying to force it to use one from Wi…
if the old instance crashes (or gets sigkill 9'ed) do you want the new instance to be able to sta…
The web shows me plenty of ways to create a single instance app, and I can't see the forest for t…