marianpekar / software-renderer-odin-tutorials Public Notifications You must be signed in to change notification settings Fork 2 Star 23 Code Files ...
linearStep: f32 = (rl.IsKeyDown(rl.KeyboardKey.LEFT_SHIFT) ? 0.25 : 1) * deltaTime angularStep: f32 = (rl.IsKeyDown(rl.KeyboardKey.LEFT_SHIFT) ? 12 : 48) * deltaTime ...
I built a coding tutor that won't let me cheat my way through it. Here's the prompt.