Search found 3 matches
- Wed Mar 07, 2012 9:23 am
- Forum: General
- Topic: Slow performance, any ideas?
- Replies: 9
- Views: 4482
Re: Slow performance, any ideas?
This happens on my computer as well. Try disabling vsync. The best way to do this is to include a file called "conf.lua" with the following. function love.conf(t) t.screen.vsync = false end This is common on Linux setups. You can't simply assume that a computer has a good vsync implementa...
- Mon Mar 05, 2012 7:29 am
- Forum: General
- Topic: Slow performance, any ideas?
- Replies: 9
- Views: 4482
Re: Slow performance, any ideas?
The code itself is just the "hello world" example. Nothing special.
But when the window shows up, my system just suddenly become very slow.
Code: Select all
1 function love.draw()
2 love.graphics.print( "hello world!", 400, 400 )
3 end
- Mon Mar 05, 2012 4:47 am
- Forum: General
- Topic: Slow performance, any ideas?
- Replies: 9
- Views: 4482
Slow performance, any ideas?
Hey, I just started using Love2d since yesterday. Everything went quite well, but when I run my "hello world" it seems that my system is slowed down a lot. Any ideas?
BTW, I am using Linux Mint 64bit, my system is: i5-2320, 6g ram, ATI 6450.
Thanks!
BTW, I am using Linux Mint 64bit, my system is: i5-2320, 6g ram, ATI 6450.
Thanks!