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.
0
As promised, here is a reasonably straightforward sincos implementation that will just work. The h…
»
Per Vognsen
There are no strong objections other than the fact that in "version 0" I'm trying to focus on pari…
»
Randy Gaul
Newest addition is tinytiled.h. talking about the lib. The idea of the lib is to implement the mi…
»
strangezak
Hello Chen! I had this same feeling when trying to get my first industry job about ~2 years ago. T…
»
Oliver Marsh
Thanks for the comment mmozeiko, that sounds a lot easier for windows.
»
Andrew Reece
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 …
»
Mārtiņš Možeiko
@boagz57 The error is that you are creating OpenGL context (wglCreateContext) before setting pixel…
»
Finalspace
[/quote] There are a few stuff which is missing:You didnt specify any depth bits in the pixel fo…
»
pragmatic_hero
Frankly, JAI is probably the most important software project happening right now. Which - I beli…
»
Jan Polák
Hello everyone! I am happy that Wemi build system has been accepted to be here, with other great p…
»
Andrew Bromage
...and now you know just how quiet I'm not.
»
listabo
Cause you mentioned typedefs in todays stream briefly I would like to ask another "feature" questi…
»
Ginger Bill
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 …
»
Finalspace
Right now i am working on a webpage which will be used to host the full api documentation and a a…
»
Per Vognsen
It's much more natural to be able to do int_buf_push(&buf, i); than int_buf_push(&buf, &i); and t…
»
Per Vognsen
For others who were having issues, check out today's videos (Day 10) and let me know if the audio …
»
Mārtiņš Možeiko
Yes, on Linux you can use $ORIGIN for this. As for Windows - you simply place .dll files next to .…
»
Oliver Marsh
Recently I decided to learn how to use the IMGUI library. However by the end, I had gone down a ra…
»
Ryan Fleury
Thank you, Handmade Network team, for everything you’ve done. This community (and therefore the …
»
Abner Coimbre
I want to emphasize the games industry is an outlier compared to other programming jobs. I repeat…
»
Abner Coimbre
Handmade Folks, I actively dislike the online space during April Fool's, so I opted to write the m…
»
Mikael Johansson
One final issue I'm experiencing with the itch.io version of 4coder is that sometimes the copy bu…
»
George Nakos
Sounds great, thanks! One final issue I'm experiencing with the itch.io version of 4coder is that …
»
Allen Webster
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…
»
Simon Anciaux
Sorry for the wrong infos. 4coder does different things depending on the type of file (code or jus…
»
Mārtiņš Možeiko
Yes, it will help with that. Here's an example:
»
George Nakos
Also, Sorry, I don't think I made my point clear. So let me illustrate: Here I insert 1,2,3 char…
»