shadmar Posted July 11, 2010 Posted July 11, 2010 Just an observation, is this normal ? The editor runs at 100% cpu consume from start. Also this little script, ran from the scripteditor (which should do almost nothing) consumes 100% cpu require("scripts/constants/engine_const") --Register the abstract path RegisterAbstractPath("") --Set a graphics mode Graphics(800,600) while KeyDown(KEY_ESCAPE)==0 do end Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB
ESP Posted July 12, 2010 Posted July 12, 2010 It would Robin p.s. check out FLIP() Quote Programmer , Intel Quad core, NVIDIA GeForce GT 220, Windows 7 Pro, Galaxy Tab 2 ( 7" and 10"), LE2,LE3,3DWS
Canardia Posted July 12, 2010 Posted July 12, 2010 You can get 0% CPU usage when you add Sleep(8) the main loop. Of course it will lower the FPS() too. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.