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…
Neo Ar —
You need one of the windmill at sunset
I think two is enough to call this a series. I'm making these from de/bug images posted to Handma…
Hi fellow community members,
I'm working on a single file stb-style library that makes available…
Thanks for the responses. I think I have an idea of what to do now.
And I am starting to get tha…
Without a substantial amount of experience, it will be difficult to find paying work. Start by bu…
Ah, yeah, I should definitely do the stack size for pthread as well. Thanks!
I realize that it m…
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…
You can set stack size for posix thread's with pthread_attr_setstacksize function.
There are few…
I was thinking about working as a contract C++ programmer, but I didn't go to school as a C++ pro…
Hey there,
Old thread, but I have the same problem and I can't seem to resolve it. I've been try…
mrmixer As seen in this thread, crossed line (I don't know if its the proper term in English) don…
As seen in this thread, crossed line (I don't know if its the proper term in English) don't wrap …
adekto —
Ok i think i finally got it. sorry for the inconvenience
Thank you, that was a typo in my "code".
Having distinct types is quite useful. It allows for be…
Ok, so it's time for another module. Again, a stand-alone single header library for C/C++, this t…
adekto —
i want try and do a setup tutorial
so i got a sublime build that isn't using PATH
1
2
3
4
5
6{
…
adekto —
Oke, so im going to sound stupid, but why is useful?
i do not see why we need all these types tha…
Odin v0.1.0
https://github.com/gingerBill/Odin/releases/tag/v0.1.0
Hmm detecting type is going to be a bit of a hack. The best I can think to do is get the index o…
I've actually removed maybe types from the language after all of this.
I understand what you are…
This is due to the type system. When you make a type definition, you don't make an alias of the t…
ratchetfreak's plan sounds good and won't force you to change to much of your system. But if you…
adekto —
Hi still trying to understand the language but i updated the game.odin to work with v0.0.6b.
Mos…
keep a cached stack of window bounds from the last frame and don't react to clicks if there is a …
In CToy I use the stat function and "struct stat" (st_mtime) in a thread to know if a file was up…
I am implementing a IMGUI system in Lua after watching Casey's lecture on the subject. I have got…