Replicating C++ features is a fine way to learn making compilers, but if you want the language to …
So the "Enterprise Business" scammer just openly brutforced four accounts with weak passwords on t…
I figured out my issue. I forgot to copy over the modified 4coder_default_framework.cpp file (as p…
For the jam, I worked on an experimental viewer for Metadesk files. Metadesk is a data description…
Appreciate the kind words! A better layout for this app would use the horizontal space more, displ…
Hey, I am currently in the process of requesting to be able to use Milton on my work computer and …
I'm so glad to see that someone tackled typesetting in this jam. What led you to the particular hi…
This looks really nice! Do you intend to keep the input file format, or is that just a stopgap unt…
The ideas you're building your vector editor around are definitely interesting and I'm curious to …
Could you share the complete platform layer so I can try to compile and run it ? Have you tried se…
Hey guys. Been a long time, but I was trapped in the duties of neverending work. As I was in betwe…
Hello, Have never posted here before and just registered yesterday, although I have browsed the si…
No, I'm referring to your allocation code. That is only place where the error is. Usage code is fi…
hane —
Are you refering to this part of the code: (?) I'm not really sure what you mean by "advancing po…
Ah, I missed that assignment to Size.Section above. In that case the problem is very clear. You we…
hane —
I Agree the name is a bit confusing, but it seems to me that it is doing roughly what you said: C…
Finally made the switch over to 4.1.8 from 4.1.6. I have a custom layer I created with some modal-…
First I just want to say that I am really impressed by this thing on a technical level. It runs su…
The project looks nice! I'm glad you had a good experience and learned some stuff!
So that part of code assumes samples will be interleaved - LRLRLRLR... That is the part you need t…
hane —
Sorry about that. The allocation happens here: I believe AcquireAssetMemory returns a contiguous b…
Very nice!, although it's quite different from my approach to what I've been doing in my note taki…
Ah! yes, I misunderstood what you were referring to about building a team. I agree this is a much …
This is not the problem with "pointers are arrays". It is problem with how you allocate and read i…
hane —
The sound is flat loaded by a single call to ReadDataFromFile: ReadDataFromFile file: It seems to…
You showed code that writes samples out to asset file. But how are they loaded back in (from asset…
hane —
I tried to modify the code in order to handle stereo, the LoadWAV function: In the mixer code, ins…
When we last left off we had our "attempt 3" which seemed like a promising candidate to research. …
It is real data but it is fetched in advance and served in a static blob. Thanks for the feedback …
Thanks for those articles.