capitalex / generated-text-input.lua
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 2 years ago
| 1 | local min, max, huge = math.min, math.max, math.huge |
| 2 | local machine = {} |
| 3 | |
| 4 | machine.counters = { |
| 5 | ["update scene state"] = 0, |
| 6 | ["draw scene"] = 0, |
| 7 | ["present current frame"] = 0, |
| 8 | ["sleep for 1ms"] = 0, |
| 9 | ["next cycle"] = 0, |
| 10 | ["updating scene"] = 0, |
capitalex / generated-text-input.lua
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 2 years ago
| 1 | local min, max, huge = math.min, math.max, math.huge |
| 2 | local machine = {} |
| 3 | |
| 4 | machine.counters = { |
| 5 | ["run current frame"] = 0, |
| 6 | ["step timer"] = 0, |
| 7 | ["clear the screen"] = 0, |
| 8 | ["draw scene"] = 0, |
| 9 | ["present current frame"] = 0, |
| 10 | ["sleep for 1ms"] = 0, |