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.
Ben Visness
After a lot of planning, we are super excited to finally announce our second-ever jam: the ! The W…
»
Simon Anciaux
As far as I know there isn't an out of the box way to do that. You can set the theme and settings …
»
longtran2904
Yup, it's working now. Thanks! Just another question, is there any way for 4coder to remember the …
»
Jens
The next version of BEdit is planned to include the import statement. If you want to try it out be…
»
Simon Anciaux
Sorry I was testing on an older version that was using version 1 of the project system. I have the…
»
Dawoodoz
How to make things that people want and measure how good things are can be learnt in usability cou…
»
longtran2904
I tried to pass in:build target: LongLib_Windows.coutput directory: buildbinary output: LongLib_Wi…
»
Simon Anciaux
Thanks for addressing those issues.
»
Simon Anciaux
You can have a look at to see what it does and require.You need the hot directory to be in the fo…
»
Jens
The GUI version has gotten a couple of new features, some still being worked on. In an effort to …
»
longtran2904
I don't know how to use the setup_new_project command. What arguments should I pass into it?
»
OliviaEllison
Ohh, very detailed! Big thx you! Saved!!
»
Macoy Madson
I have been making progress on several fronts with and , but in this post I wanted to focus on a…
»
Jens
With the optimizations done "good enough for now", I moved on to fix the crash. Now, I did test BE…
»
Jens
As I started writing this I noticed it appears like I have a lot to write, so I split it to severa…
»
deatheater
That is cool, thanks for the walkthrough of your debug process!
»
Simon Anciaux
Before reading my answer you might want to try to figure it out for yourself as it's a good exerci…
»
deatheater
Hey folks, After day 146 I have noticed the audio playing gets super loud and clipped if the windo…
»
Mārtiņš Možeiko
These two if statements do different things. First one calls function when pointer is NOT null. Se…
»
poe
Bit of a bump, but found this thread on Google. For me personally, I have found just using 0 as t…
»
Bobby
"%.*s" expects a string length and the string pointer, which is exactly what the macro does.[/qu…
»
Mārtiņš Možeiko
That is exactly what you should do. Again - watch Handmade Hero video where this is explained. The…
»
Marc Costa
You can 4Coder strings like this: "%.*s" expects a string length and the string pointer, which i…
»
Simon Anciaux
I think the issue is that you use non zero terminated strings in . (and maybe ) doesn't add the n…
»
longtran2904
One easy hack that I've just found is assigned wasDown = isDown at the start of every frame and th…
»
Bobby
Salutations, I've been trying to use the file path of the active buffer as a parameter for my buil…
»
Simon Anciaux
I'd add that some of (most of) those systems might seems complex at first but once you've work on …
»
Simon Anciaux
Windows only posts messages to the message queue when it needs to. It doesn't update at a (fixed o…
»
longtran2904
This is exactly like my code (except that my code has the windowProc inside the game loop, and I u…
»
Mārtiņš Možeiko
Do not use bools in such way. Do not use repeat setting, unless you're implementing text input. Ke…
»