Off Topic > Off Topic
Programming Megathread
Metario:
bump
because this dies
Metario:
also what's blf's favorite vim expression
$trinick:
--- Quote from: Isjix on June 28, 2016, 11:10:10 PM ---teach me how to code a game in 5 minutes do it go im fast learner
--- End quote ---
Logic loop and rendering loop in two different threads, calculate frame delta by storing the old system time in a variable and subtracting it from the new system time, perform data point interpolation according to the delta value, listen for messages or keystrokes and manipulate the data.
SetGaming:
--- Quote from: $trinick on July 07, 2016, 10:52:56 AM ---Logic loop and rendering loop in two different threads, calculate frame delta by storing the old system time in a variable and subtracting it from the new system time, perform data point interpolation according to the delta value, listen for messages or keystrokes and manipulate the data.
--- End quote ---
I honestly don't think that you can learn to code in five minutes.
$trinick:
--- Quote from: SetGaming on July 07, 2016, 11:09:02 AM ---I honestly don't think that you can learn to code in five minutes.
--- End quote ---
I was joking, lol. There was way too much ambiguity in what I said, while it technically holds true, what I said is similar to someone saying "teach me math" and replying "to get the y-intercepts of a quadratic curve, find the factors."