I am attempting to make a simple game using C++ and OpenGL and I haven’t been able to find any good tutorials on creating a simple tick or a timer system for a game i also would like to use an little external librarys as possible.
Any help is appreciated. I am using Win32 and C::B IDE…MingW complier.
I am attempting to make a simple game using C++ and OpenGL and I
Share
Check this pages:
http://wiki.allegro.cc/index.php?title=Timers#How_to_use_them.3F
http://www.koonsolo.com/news/dewitters-gameloop/
Maybe you can get more answers on Gamedev Stackexchange.