So you have a crappy computer
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: So you have a crappy computer
It's not so much crappy computer as it is unfortunate video card. Don't blame the computer. Some can't handle images that are 2048 pixels wide. You got something for that?
Re: So you have a crappy computer
Oh, cool! Maybe I'll use this instead of telling my graphics artist to make everything po2.
Good bye.
- TechnoCat
- Inner party member
- Posts: 1611
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
- Contact:
Re: So you have a crappy computer
Watch out if you ever use Image:getWidth() etc.Luiji wrote:Oh, cool! Maybe I'll use this instead of telling my graphics artist to make everything po2.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: So you have a crappy computer
It's better to make your art with this in mind then hack stuff in afterwards.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: So you have a crappy computer
You always have to watch out with those when using padding of any kind. If I knew of an elegant solution, I make unlove to would store the original size somewhere and make getWidth() etc. return the original.TechnoCat wrote:Watch out if you ever use Image:getWidth() etc.Luiji wrote:Oh, cool! Maybe I'll use this instead of telling my graphics artist to make everything po2.
Help us help you: attach a .love.
Re: So you have a crappy computer
Besides having a limited graphics card, you might also suffer from limited driver support. You might want to check that your drivers are up to date. I've seen with my own very eyes ( ) how a slightly older graphics card wouldn't make npot images show properly with the default drivers, but with certain effort you could install a newer set of drivers that did allow them. (As to why the card manufacturers would do this, I have no idea. Perhaps they like DirectX too much?)
There are a lot of programs that allow you to query your card + OS combo's support for various OpenGL features. I've used GLEW myself. It is really a library, but it comes with a couple of command line tools you can download[1] that just print a whole lot of stuff, but the useful thing is the supported OpenGL version at the beginning. If it's lower than what your card's specs promise, this is probably because of outdated drivers.
(Linux users of course have the glxinfo command too.)
It's quite unfortunate how many of the demos that come at least with the Windows version of LÖVE use npot2 images. That kind of thing could give someone a bad first impression, you know...
[1] http://glew.sourceforge.net/
There are a lot of programs that allow you to query your card + OS combo's support for various OpenGL features. I've used GLEW myself. It is really a library, but it comes with a couple of command line tools you can download[1] that just print a whole lot of stuff, but the useful thing is the supported OpenGL version at the beginning. If it's lower than what your card's specs promise, this is probably because of outdated drivers.
(Linux users of course have the glxinfo command too.)
It's quite unfortunate how many of the demos that come at least with the Windows version of LÖVE use npot2 images. That kind of thing could give someone a bad first impression, you know...
[1] http://glew.sourceforge.net/
Re: So you have a crappy computer
YES THIS EXACTLY, HAPPENED TO MEpekka wrote:It's quite unfortunate how many of the demos that come at least with the Windows version of LÖVE use npot2 images. That kind of thing could give someone a bad first impression, you know...
I have a new PC now so it's moot but it was very mysterious and confusing at first
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: So you have a crappy computer
That too.
Question is, how can one test for that?
Question is, how can one test for that?
Help us help you: attach a .love.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: So you have a crappy computer
Split the topic, look for it in general.
EDIT: And phpbb messed up.. well, half of the discussion is there.
EDIT: And phpbb messed up.. well, half of the discussion is there.
Who is online
Users browsing this forum: Bing [Bot] and 2 guests