I have just started to learn Love. running the following example (main.lua) with
love main.lua
doesn't show the Hello World! screen, but results in the following screen and causes a CPU usage of over 200%! What am i doing wrong? Any help is appreciated.
Thanks for your replies, the CPU usage of love is still about 70%, i guess it might have something to do with the framerate (which i should find out how to control at ca. 30 fps). Am i right?
You should really use 0.10.2 instead of 0.9; that's an old version.
No idea why you have so high cpu usage though.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
zorg wrote: ↑Wed May 24, 2017 12:25 pm
You should really use 0.10.2 instead of 0.9; that's an old version.
No idea why you have so high cpu usage though.
I have downloaded the Linux Package of the newest version. But in the platform/unix/ directora there is no automagic executable. Is this site where i should install automagic from?:
You wouldn't need one unless you're building from source code. In which case you should download full source code from bitbucket page, then automagic is guaranteed to be there.