Search found 3 matches

by Tismas
November 5th, 2017, 2:28 pm
Forum: Everything
Topic: Problem with algorithm puzzle
Replies: 0
Views: 5750

Problem with algorithm puzzle

Hi I have a problem with a puzzle on spoj. it's not connected to any of the Chilli series but I thought this place is the best way to go. It's only on polish spoj so I'll introduce the problem: In first line you're given 2 integers - total distance to overcome and number(N) of hotels on the way. In ...
by Tismas
January 6th, 2017, 10:16 pm
Forum: Everything
Topic: Rain effect based on what's already on screen
Replies: 3
Views: 1867

Re: Rain effect based on what's already on screen

I actually meant water droplets on camera and bouncing off the ground :) So I think I'll try modifing pixels on the back buffer for both of them. Time for deep dive into Graphics class, Thanks! :)
by Tismas
January 6th, 2017, 9:45 pm
Forum: Everything
Topic: Rain effect based on what's already on screen
Replies: 3
Views: 1867

Rain effect based on what's already on screen

Hi guys Is there a simple way of doing some rain effect/blur action on already drawn things? I came up with two solutions: modifing drawing methods of all entities and somehow managing to check drawn pixels and then redraw thing with modified values, but neither of them satisfies me :( Is there a be...