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.
ratchetfreak
I have 3 question, not directly related to EPA or GJK, about floating point numbers: Can I assume…
»
Simon Anciaux
After watching this video to get started and reading for additional information, I just implement…
»
Mārtiņš Možeiko
For C code to set up modern GL context you can use this are reference:
»
Simon Anciaux
I believe he is looking for the stream overlay that shows when the stream start, when the Q/A star…
»
Marc Costa
You can get it . It's Casey's code, modified by mmozeiko to work on Linux as well. 's the original…
»
Simon Anciaux
If you pre ordered the game, there is a "timer" folder containing the code for the overlay in the …
»
»
adekto
hi i have been trying to run modern gl for couple days but had no luck but someone on opengl irc h…
»
Neo Ar
You need one of the windmill at sunset
»
Martin Cohen
I think two is enough to call this a . I'm making these from de/bug images posted to Handmade Disc…
»
Jeroen van Rijn
Hi fellow community members, I'm working on a single file stb-style library that makes available t…
»
Barret Gaylor
Thanks for the responses. I think I have an idea of what to do now. And I am starting to get that …
»
Jeremiah Goerdt
Without a substantial amount of experience, it will be difficult to find paying work. Start by bui…
»
@Mattias_G
Ah, yeah, I should definitely do the stack size for pthread as well. Thanks! I realize that it mig…
»
Ralph Brorsen
I think your view of what this takes is too naive. As a contract worker, you're not contracted to …
»
Micah
Ran into the same problem myself. The solution was to create a header file called "define.h", and …
»
Mārtiņš Možeiko
You can set stack size for posix thread's with pthread_attr_setstacksize function. There are few m…
»
Barret Gaylor
I was thinking about working as a contract C++ programmer, but I didn't go to school as a C++ prog…
»
Jason Bricco
Hey there, Old thread, but I have the same problem and I can't seem to resolve it. I've been tryin…
»
Jeroen van Rijn
Also how do you do crossed line ? There is no button to do it in the toolbox.[/quote] You'd norma…
»
Simon Anciaux
As seen in this thread, crossed line (I don't know if its the proper term in English) don't wrap p…
»
adekto
Ok i think i finally got it. sorry for the inconvenience
»
Ginger Bill
Thank you, that was a typo in my "code". Having distinct types is quite useful. It allows for bett…
»
@Mattias_G
Ok, so it's time for another module. Again, a stand-alone single header library for C/C++, this ti…
»
adekto
i want try and do a setup tutorial so i got a sublime build that isn't using PATH is this ok to u…
»
adekto
Oke, so im going to sound stupid, but why is useful? i do not see why we need all these types that…
»
Ginger Bill
Odin v0.1.0
»
Allen Webster
Hmm detecting type is going to be a bit of a hack. The best I can think to do is get the index of…
»
Ginger Bill
I've actually removed maybe types from the language after all of this. I understand what you are s…
»
Ginger Bill
This is due to the type system. When you make a type definition, you don't make an alias of the ty…
»