VWait eats up cpu cycles

Blitz3D Forums/Blitz3D Beginners Area/VWait eats up cpu cycles

luke101(Posted 2004) [#1]
Hello, I have discovered that using vwait eats up my cpu cycles. when using vwait my cpu operates at 20-25% w/o its at 2 - 7%.

Is there anyway I can safely run my program on slower computers w/o vwait??


LarsG(Posted 2004) [#2]
using frame limiting code?!?


Ross C(Posted 2004) [#3]
Yeah, use framelimiting code and use Flip False. Or don't use vwait. Just use flip true. Does the same thing.


luke101(Posted 2004) [#4]
what is frame limiting code and how do i use it


Rob Farley(Posted 2004) [#5]
Check out the castle demo