The interface does look neat and Lua scripting sounds like a good middle ground between resource …
Miles —
In other words, vim is a cult for people who succumb easily to the sunk cost fallacy.
Guntha —
I came here to also recommend rxi's , it's the cleanest and most user friendly text editor I found…
I'll try CodeLite next then.[/quote] BTW, vim isn't a editor to "try" you pick it and use it for…
I'll try CodeLite next then.
There's also Sublime Text, Geany and CodeLite that fit these requirements.
As someone who has spent most of his career development web applications, I've often wondered what…
Just need a stable light-weight editor with multi-document tabs, syntax coloring, file browser on…
Recently I watched some Handmade Hero episodes where Casey says that there is no more reason to V…
Just need a stable light-weight editor with multi-document tabs, syntax coloring, file browser on…
joe513 —
I mainly use vim but occasionally use kate as a backup from time to time. It has most of the feat…
Sorry, I have no interests in contributing to the code. All you need to do is put this code I pos…
It seems like all code editors available for Linux are either quirky command line tools where you …
What do you mean quite bad? Compared to what? I showed you that it is pretty much same performance…
Yes, the image uploading on Windows is quite bad when not having much access to use the operating …
I don't know how you get 10x slowdown. First of all, you are being not fair in Windows code when b…
Hi, Chen. Great post. You talked a lot about collision detection, but I didn't understand very wel…
I managed to get a working Windows port to github before the decade old computer I borrowed could …
spx —
0.9.5.2 is now available which among a few smaller improvements contains some fixes for autocomple…
Miles —
For anyone else who comes across this, there's now a better way to do this with the API introduce…
Alexey —
Thanks for the great reference! I've been fiddling with TTF's for the last few days and your code …
I'm using the union of components technique as the entity system in my game as well, and for the m…
Roman —
Thank you! DSBLOCK_FROMWRITECURSOR was causing the problem.
I would argue that pellets don't need to be entities at all. They are a tile state with the uneate…
One difference in your code is that you pass to while Casey passes 0. Which means that in your c…
joe513 —
Thanks for the quick fix. Appears to be working correctly now.
spx —
I've uploaded 0.9.5.1 which should fix this for good. Please report back if this is still an issu…
Roman —
Hi guys. I am at 19 ep handmade hero. Casey fixed sound lagging by increasing latency. When I try …
spx —
indeed this is the same issue i saw. for me it is quite rare (but a lot more common with break at …
I depends on the relation of the different pieces. In the simple example above, the easiest way to…