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.
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…
»
Allen Webster
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. Most …
»
ratchetfreak
keep a cached stack of window bounds from the last frame and don't react to clicks if there is a w…
»
anaël seghezzi
In CToy I use the stat function and "struct stat" (st_mtime) in a thread to know if a file was upd…
»
Naman Dixit
I am implementing a IMGUI system in Lua after watching Casey's lecture on the subject. I have got …
»
Gregory
Wrote another command to set up the cpp casts for me, going to try to kick the habit of using c ca…
»
Mārtiņš Možeiko
Ah, subst'ed directories. Not sure how the notifications interact with that, I haven't looked into…
»
Allen Webster
I don't have any code demonstrating the approach available right now. If you do try it, see what …
»
Allen Webster
With subst directories I can have "W:\project\code\main.cpp" be the name I used to load the file, …
»
Mārtiņš Možeiko
How different are file names reported ReadDirectoryChangesW? Couldn't you simply construct full pa…
»
Mārtiņš Možeiko
RenderDoc is great, but its only for core context. But there are other good tools for OpenGL:ApiTr…
»
Allen Webster
Yes I've done stuff like supplementing ReadDirectoryChangesW with rolling through files to check t…
»
ratchetfreak
Have tried you periodically fstat ing (or GetFileAttributesEx or GetFileTime) each file you have o…
»
Allen Webster
I've been failing to solve a really basic problem for two years now. The two main features I have …
»
graeme
For C, clang has type attributes _Nonnull, _Nullable and _Null_unspecified for use in function pro…
»
Garrett Bluma
This is cool stuff--I think I might try to add something like it to my own project. :) For those w…
»
»
»
Nikita Smith
Thanks for trying it out! I already fixed bug with x86 executable and pdb locking.
»
»
»
Simon Anciaux
A thing that would be great in my opinion, is to have a way to add plugin (dlls like in the custom…
»
ratchetfreak
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph o…
»
Chen
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB n…
»