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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - whitegentleman

Pages: [1]
1
Window / Keyboard Event Question
« on: September 25, 2013, 09:04:55 pm »
I wanted to ask if sfml has an event 'KeyDown' because if my key 'KEY_RIGHT' is pressed AND is still pressed my character / sprite moves from one field to another field but THEN he stops for a second and then moves continually like it should from the start. My problem is why does my sprite stop for a second and how can i solve it?

THX in advance.

2
Graphics / How to take a screenshot of Desktop
« on: April 27, 2013, 08:46:05 pm »
I have searched everywhere but only found Renderwindow::capture() for taking a screenshot, but this methode only takes a screenshot of the application itself and not whole Desktop.
My question is is there a way to take a screenshot of the whole desktop in SFML or do i have to go the hard way with win32 API?

Thanks in Advance :)


3
Graphics / Re: Uint8 to sf::Image ?
« on: March 02, 2013, 01:41:25 pm »
Is there a way to Convert From FreeImage To sf::Texture or sf::Image ?
Or do i implement it myself ?

4
Graphics / Uint8 to sf::Image ?
« on: March 02, 2013, 02:36:55 am »
I was wondering if there was a way in SFML 2 to init sf::Image with sf::Uint8 ?

Because in SFML 1.6 you could use image.loadFrompixel to init sf::image.

thx in advance :)



5
Graphics / Re: Question about Interpolation
« on: February 18, 2013, 12:30:56 pm »
Thx for the fast reply :)
My last question would be, will sfml get Bicubic interpolation?

6
Graphics / Question about Interpolation
« on: February 18, 2013, 12:19:26 pm »
My Question is about Interpolation.
If i resize an Image, which Interpolation algo. uses SFML 2.0 as default?
Nearest neighbor interpolation ? or Bilinear interpolation? or Bicubic interpolation?
and how can i change it?

Thx in advance  :) .


Pages: [1]