Now up to date with Day 38.
I haven't looked at this at all but that doesn't sound high to me. The bitmap drawing code is ver…
My Linux port using xcb has the following behaviour: Debug build: ~40% CPU - xcb_handmade Opt buil…
So I've got day 38 loaded up in my swift platform layer and I'm seeing about 70% cpu usage when ru…
Another update: Day 38 support with bmp loading included (thanks to itfrombit for finding a soluti…
I assume that you're doing this on the desktop, so the answer is yes you certainly can create a pl…
That does indeed work. Just added it to my dylib custom compile flags in case anyone was wondering…
:)[/quote] it will only allow you to do stuff like change background color, add underlines or a …
Tim —
@Skinpop: you are awesome!
:)[/quote] it will only allow you to do stuff like change background color, add underlines or a …
There is also a plugin for that with the SublimeLinter :)
Hi, I struggled a bit with this as well. First thing I tried was using sublime linter, it kinda w…
One of these ways of counting the trailing zeroes without a loop might be a good default for platf…
Tim —
I really like Casey's TODO and NOTE highlights. Does anyone know of a way to get the same function…
For now you could try allocating smaller size for TransientStorage. Try something like 256MB. Also…
robby —
So there won't be any chance to develop the game in a 32bit environment? Asking because i like to …
If you don't learn OO you will be limiting your options in today's world. There is of OO code ou…
I think first solution is OK to use as long as there are very few conditions test (so you are not …
I doubt this code will have more performance. Typically you want to avoid branches in inner loops,…
I was thinking in a way to build a executable that uses the best instruction sets supported by the…
I was thinking about the way Casey did is unmasking of the bitmap file and i started thinking if t…
Or one could still use a browser, but just write this in the location bar:
Dejan —
Well said, this is the major reason I moved away from C++. OOP techniques can be (very occasional…
This khronos OpenVG extension lists a bunch of alpha blending equations that are even more complex…
Neat! Luckily you generally don't need to, though =)
Pick your poison: From a glance, does everything and the kitchen sink (including loading over the…
bqq —
You can actually inspect a structure's layout in VisualStudio with the hidden switches They print…
It's always a good idea to familiarize yourself with other tools and techniques, then make up your…
We don't need full-featured game console with fancy commands including 'bind', that could really t…