The fill part is correct on the first drawing. The rest is valid data that will be played, but sin…
HRose —
Hey everyone, I'll be using the jam to prototype a new immediate mode GUI specifically for a modal…
Dan —
I just took a compute shader workshop the last eight weeks by the artist arsiliath. I've implement…
wakame —
Hello, mrmixer Thanks so much for replying.Through reading your comment several times, I think I k…
Hey, everyone! It's almost time for the Wheel Reinvention Jam! It's starting on the 27th, which is…
Going to use this jam to put together a .procreate file reader and hopefully exporter. I have an a…
I am registering for the Jam. The project I will be working will be codenamed "Ambrosia". I will r…
The wheel reinvention project I have in mind is a cross-platform Orthodox File Manager. Total Comm…
In day 8, Casey tries to always have the sound buffer filled with audio. On the first frame, since…
wakame —
On Day009, we start to use latencySampleCounts. I assume that means we're writing to little furthe…
I'm so excited by all the responses here! This is a great turnout already, and I'm so excited to s…
leddoo —
I really need to switch to a non-linear note taking system. Most notes I have taken in the past ye…
Jason —
Well you can pass whatever shapes you want to for your 3d world, whether they be flat rectangles, …
Casey's renderer did start out as 2d only but has since evolved into a 2d/3d hybrid. Basically he …
Sorry, I must be misunderstanding what you're saying as I feel like that is what I'm doing... If I…
Gabe —
My project idea is to reinvent the digital audio workstation (DAW). There is no shortage of free D…
That's because you should be comparing final_timespec value to value of final_timespec in previous…
Sorry, I forget to include the code that swapped the timespec values. Here is a version that can b…
Potato: I considered this oversight a bug and went ahead and put out a patch to address it. The ne…
Jason —
Also, if you haven't paid for access to Casey's code I would highly recommend you do so and fiddle…
Jason —
In your example, is it correct to think that Casey created a stack and push a bunch of draw comman…
I've always wanted to create a programming language. I have something small in mind, but it is pos…
It wasn't clear but the links in this thread are links to other threads with missing links. I'll c…
All the links that you mentioned seem to be working.
What is 11 msec - how that is measured? Don't you need to set prev_timespec to end_timespec at end…
I think it comes from windows implementation - there Casey used timeBeginPeriod that changes sleep…
Is there any chance to see those missing threads again ? It's OK if there isn't, just would like t…
Ali —
Whenever, I launch 4coder 4.1 (I downloaded the latest release September 2021), it immediately cra…
I'm trying to be more familiar with rendering architectures and concepts. I only know the basic st…