Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Drawing EXTREMLY Slow !  (Read 2289 times)

0 Members and 1 Guest are viewing this topic.

phraze

  • Newbie
  • *
  • Posts: 6
    • MSN Messenger - phraze@gmail.com
    • View Profile
Drawing EXTREMLY Slow !
« on: February 22, 2010, 06:01:58 am »
Quote
Whenever i use sf::RenderWindow::Draw or sf::RenderWindow::Clear its like its raping my computer in the ass..

My code really does nothing except initializing a window.
Clear makes it uberslow, so i attempted to draw(sf::shape::rectangle(rectofscreen, blackcolor)) and it froze my computer completely !

I am running GNU/Linux Debian 64bit.
Tried with versions 1.3, 1.5 and 1.6, same results in 1.5 and 1.6, and it doesnt even work in 1.3.

(My ATI Drivers should work just fine, HD3200, Regnum gets 40~ fps at lowest, glxgears works just fine, lspci lists correct gpu-name)

I will attempt to install 2.0 instead, and return with more info.

EDIT: My attempted install of version 2.0 Failed, will post a thread about this for help.


Lol nvrmnd my code was bad, i didnt renderwindow->display every frame.
Would want to check out sfml2.0's features though so please answer my post in the General-section of the forum :)

 

anything