Jump to content
Leadwerks Community

Recommended Posts

Posted

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 

HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB

Posted

It would :)

 

Robin

 

p.s. check out FLIP()

Programmer , Intel Quad core, NVIDIA GeForce GT 220, Windows 7 Pro, Galaxy Tab 2 ( 7" and 10"), LE2,LE3,3DWS

Posted

You can get 0% CPU usage when you add Sleep(8) the main loop. Of course it will lower the FPS() too.

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...