0 —
As promised, here is a reasonably straightforward sincos implementation that will just work. The h…
There are no strong objections other than the fact that in "version 0" I'm trying to focus on pari…
Newest addition is tinytiled.h. talking about the lib. The idea of the lib is to implement the mi…
Hello Chen! I had this same feeling when trying to get my first industry job about ~2 years ago. T…
Thanks for the comment mmozeiko, that sounds a lot easier for windows.
It's now a little over one year since the first commit on Geometer. The process has taught me a lo…
Jason —
@mmozeiko Awesome, that fixed it. I'll definitely be using your code reference. Thank you so much …
@boagz57 The error is that you are creating OpenGL context (wglCreateContext) before setting pixel…
[/quote] There are a few stuff which is missing:You didnt specify any depth bits in the pixel fo…
Frankly, JAI is probably the most important software project happening right now. Which - I beli…
Hello everyone! I am happy that Wemi build system has been accepted to be here, with other great p…
...and now you know just how quiet I'm not.
Cause you mentioned typedefs in todays stream briefly I would like to ask another "feature" questi…
One thing to consider is that C-style for loops are very useful for linked lists and other similar…
Jason —
So I'm trying to start a separate application which will run on windows 10. I'm not very far into …
Right now i am working on a webpage which will be used to host the full api documentation and a a…
It's much more natural to be able to do int_buf_push(&buf, i); than int_buf_push(&buf, &i); and t…
For others who were having issues, check out today's videos (Day 10) and let me know if the audio …
Yes, on Linux you can use $ORIGIN for this. As for Windows - you simply place .dll files next to .…
Recently I decided to learn how to use the IMGUI library. However by the end, I had gone down a ra…
Thank you, Handmade Network team, for everything you’ve done. This community (and therefore the …
I want to emphasize the games industry is an outlier compared to other programming jobs. I repeat…
Handmade Folks, I actively dislike the online space during April Fool's, so I opted to write the m…
One final issue I'm experiencing with the itch.io version of 4coder is that sometimes the copy bu…
Sounds great, thanks! One final issue I'm experiencing with the itch.io version of 4coder is that …
Here are my addendums and corrections to the answers mrmixer gave. In the current version tabs are…
Chen —
Thanks to the debugging system from last post, I was able to pinpoint the bugs fairly quickly. How…
Sorry for the wrong infos. 4coder does different things depending on the type of file (code or jus…
Yes, it will help with that. Here's an example:
Also, Sorry, I don't think I made my point clear. So let me illustrate: Here I insert 1,2,3 char…