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
pragmatic_hero Since it's running on a single thread there are no "surprising" side effects, unl…
»
pragmatic_hero
ratchetfreak coroutines are fun but it's a very obvious case of moving complexity elsewhere and w…
»
pragmatic_hero
godratio I have seen the result of y our type of thinking. In the game industry your costing com…
»
Mārtiņš Možeiko
You should ignore dependencies of system libraries. kernel32.dll will always work, so there's no …
»
naej
Hey Martin, The only dependency that appears is KERNEL32.dll, which is odd because from the depen…
»
Mārtiņš Možeiko
So what exactly dll files your binary depends? To see exact names launch following command in com…
»
Jesse James Lactin
abnercoimbre ratchetfreak coroutines are fun Here's my preferred way to keep track of where you c…
»
naej
Hello All, Bit of a newbie here following along, I'm on Day 21, live code editing and I'm running…
»
Abner Coimbre
ratchetfreak coroutines are fun Here's my preferred way to keep track of where you came from. Wha…
»
ratchetfreak
coroutines are fun but it's a very obvious case of moving complexity elsewhere and with the cost …
»
Jesse James Lactin
I've been toying around with setjmp/longjmp (SJLJ)-based coroutines for the last week or so, and …
»
novus1044
Steve, I think that the sheer number of & and &mut would be totally context dependent. I …
»
Shazan
I found another bug Box falling through. Here's collision resolve code 1 2 3 4 5 6 7 …
»
a_dreamer
@royh Thank you so much, I don't work with batch that often so the information was super helpful.…
»
novus1044
I agree with you CapatainKraft that the borrow checker does become less burdensome over time. Als…
»
Jeremiah Goerdt
Hjortshoej CaptainKraft If you're working hard instead of hardly working, you can also catch the …
»
Jeremiah Goerdt
I would imagine that wrestling with the borrow checker is something that beginners of the languag…
»
royh
Whitespace is significant in the 'set' lines you have. The first line defines the variable 'Commo…
»
a_dreamer
Hey so I've been following along quite closely with casey and I'm on week 4 day 017. I'm having t…
»
Timothy Wright
Here are some more great resources... http://chrishecker.com/Rigid_body_dynamics https://gamede…
»
Shazan
I guess it was a rendering bug. Now the issue is about resolving velocities after collison and j…
»
Shazan
Thank you for your helpful guidance. I have implemented AABB collision but it seems buggy. Her…
»
erpeo93
mmozeiko It's a feature, not a bug: Repeat Rate Adjustments Over USB - Execute Commands Faster Th…
»
Mārtiņš Možeiko
It's a feature, not a bug: Repeat Rate Adjustments Over USB - Execute Commands Faster Than Ever B…
»
ratchetfreak
You can't really go deep into this discussion without mentioning RAII In C++ it's kinda horrible…
»
novus1044
I recently dabbled in Rust and noticed that the explicit nature of ownership (Box pointers) reall…
»
erpeo93
Floresy mmozeiko This is just "amazing"... keyboards nowadays don't work properly anymore and req…
»
Tom
mmozeiko This is just "amazing"... keyboards nowadays don't work properly anymore and require sof…
»
Mārtiņš Možeiko
This is just "amazing"... keyboards nowadays don't work properly anymore and require software upd…
»
erpeo93
mrmixer I should have mentioned that in test application you can switch between WM_KEYDOWN/UP and…
»