Jump to content
  • entry
    1
  • comment
    1
  • views
    5,806

About this blog

Trial and Trial.error or Trial.again

Entries in this blog

Lua delta time milliseconds style

I am in the middle of implementing a tweener in lua. However this tweener needs millisecond accuracy and lua doesn't have the mojo cross platform to do this. So I braved a little c++, which is way out of my comfort zone.   #include <boost/chrono/chrono.hpp> #include <boost/chrono/chrono_io.hpp> #include <boost/chrono/process_cpu_clocks.hpp> #include <boost/chrono/thread_clock.hpp> #include <boost/chrono/ceil.hpp> #include <boost/chrono/floor.hpp> #inclu

ChrisMAN

ChrisMAN

×
×
  • Create New...