Skip to content

mbr/ticktock-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame-clock and timers

ticktock makes it very easy to access frame-timing iterators to achieve constant framerates:

// run with a constant framerate of 30 fps
for (tick, now) in Clock::framerate(30.0).iter() {
  // ...
}

See the documentation for details.

About

A constant clock source for things like games

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages