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 - Mr_Blame

Pages: 1 ... 4 5 [6] 7 8 ... 13
76
Window / Re: RenderWindow::create freezes on Windows 10
« on: April 12, 2016, 02:40:10 pm »
The user that reported bug may have some issues with OpenGL drivers.

77
Graphics / Re: Loking for a better solution for swapping pixel colors
« on: April 11, 2016, 04:42:33 pm »
http://www.sfml-dev.org/tutorials/2.3/graphics-shader.php there you can find examples of shaders

78
General / Re: Exception Thrown when trying to run program
« on: April 11, 2016, 04:31:26 pm »
Your code gives an black image as result, see:
if (z == 1) {
            //for black pixel
            img.setPixel(x, y, sf::Color::Black);
         }
         else {  
            //again black pixel                              
            img.setPixel(x, y, sf::Color::Black);
         }
//conclusion: in any case you get black pixel
 

80
General / Re: Exception Thrown when trying to run program
« on: April 11, 2016, 04:18:56 pm »
You didn't set the size of image.

81
Graphics / Re: SFML configuration to code::blocks error.
« on: April 11, 2016, 09:00:08 am »
What did you do?

82
Graphics / Re: SFML configuration to code::blocks error.
« on: April 10, 2016, 08:49:41 pm »
Make shure that you give correct path to SFML include directory.

83
Try asking elias daler he is a good 8-bit artist: [email address removed]

84
Graphics / Re: Blending colors
« on: April 09, 2016, 11:01:17 pm »
This blending will work only in CMYK while SFML is working in RGB.

85
General / Re: window.poll() lags on my desktop PC
« on: April 09, 2016, 10:59:07 pm »
win32 api's fault :P

86
General / Re: Updating Only Portion of Rendering Region
« on: April 09, 2016, 08:17:32 am »
Updating only part of framebuffer is not very good strategy, for what do you want to use it?

87
General / Re: window.poll() lags on my desktop PC
« on: April 09, 2016, 08:15:12 am »
What about configuration of your pc (e.g. how many bits, which os, ram etc.). "desktop pc" doesn't give much information  ;).

88
General / Re: going slow when use GUI library
« on: April 04, 2016, 04:23:49 pm »
I think that rocketLib "debugger" may slowdown your program.

89
General / Re: going slow when use GUI library
« on: April 04, 2016, 04:21:31 pm »
I looked at example and... I don't like this part of code:
static sf::Event

90
General / Re: going slow when use GUI library
« on: April 04, 2016, 08:46:10 am »
If app doesn't respond that doesn't respond that doesn't mean that it slowed down, It may be crashed.

Pages: 1 ... 4 5 [6] 7 8 ... 13
anything