Refresh not normal

Hi iam the former hellox… my problem persists… ive created a ONE texture background… made an object move in 2D and the movement is poor… it has crashes. My previous version had a lot of textures creating the background and i thought that the poor movement would be because of that… but it wasn’t… it actually has crashes because i ask it to draw the background every cicle. This does not happen in Windows… i think ill give up for Linux… if anyone knows the cause for this, please reply.

JML

Just takes time to get things to work in Linux, but the code that works well on windoz may need to be recoded to work well on linux.

Originally posted by dögun:
[b]Hi iam the former hellox… my problem persists… ive created a ONE texture background… made an object move in 2D and the movement is poor… it has crashes. My previous version had a lot of textures creating the background and i thought that the poor movement would be because of that… but it wasn’t… it actually has crashes because i ask it to draw the background every cicle. This does not happen in Windows… i think ill give up for Linux… if anyone knows the cause for this, please reply.

JML[/b]

I disagree at both points. To create a x-windows opengl rendering window and context under linux is much easier than to mess with mfc and pixelformatdescriptor ect. under windows, and the opengl stuff ist just the same… extension functions are even easier to use. at least, if you have an nvidia card . I don’t know about the linux driver status of other vendors.

Jan